Skip to content

Commit 566d9b9

Browse files
committed
chore: uncomment retries
1 parent c921216 commit 566d9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/time-to-first-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Time to first query', function () {
3535
//
3636
// We re-run the whole test to make sure that the timings for the test run
3737
// are not skewed by waiting for the application to restart multiple times.
38-
// this.retries(5);
38+
this.retries(5);
3939

4040
// start compass inside the test so that the time is measured together
4141
compass = await init(this.test?.fullTitle(), { firstRun: true });

0 commit comments

Comments
 (0)