Skip to content

Commit

Permalink
wait circle to be operational
Browse files Browse the repository at this point in the history
  • Loading branch information
Toinane committed Sep 11, 2024
1 parent fe4e18a commit 87280ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rebuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('rebuilder', () => {
});

describe('ignore rebuild', function() {
this.timeout(2 * MINUTES_IN_MILLISECONDS);
this.timeout(3 * MINUTES_IN_MILLISECONDS);

before(async () => await resetTestModule(testModulePath));
after(async () => await cleanupTestModule(testModulePath));
Expand All @@ -129,7 +129,7 @@ describe('rebuilder', () => {
});

describe('only rebuild', function() {
this.timeout(2 * MINUTES_IN_MILLISECONDS);
this.timeout(3 * MINUTES_IN_MILLISECONDS);

beforeEach(async () => await resetTestModule(testModulePath));
afterEach(async() => await cleanupTestModule(testModulePath));
Expand Down

0 comments on commit 87280ab

Please sign in to comment.