Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 23, 2025
1 parent 793f1bb commit c4aec89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cache-control/cache-control.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('Cache Control', () => {
}
}
const [authorsService, booksService, commentsService] = composition.services;
// Store the results to the cache that will take 30s
// Store the results to the cache that will take 10s
await makeQueries();
expect(authorsService.getStd('both')).toContain('AUTHORS_TEST_1: 1');
expect(authorsService.getStd('both')).toContain('AUTHORS_TEST_2: 1');
Expand Down

0 comments on commit c4aec89

Please sign in to comment.