Skip to content

Commit

Permalink
build: increased goth setup timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Aug 23, 2023
1 parent 23fd5f0 commit a3e0a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/_setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export default async function setUpGoth() {
globalThis.__GOTH = new Goth(gothConfig);

// Start Goth, but don't wait for an eternity
return await Promise.race([globalThis.__GOTH.start(), timeoutPromise(60)]);
return await Promise.race([globalThis.__GOTH.start(), timeoutPromise(180)]);
}

0 comments on commit a3e0a08

Please sign in to comment.