We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b8ef7 commit 7423fe2Copy full SHA for 7423fe2
tests/hooks/hooks.ts
@@ -3,7 +3,7 @@ import { chromium } from "playwright";
3
import { CustomWorld } from "../support/world";
4
5
// Increase default step timeout to 10s to allow slow navigation in dev
6
-setDefaultTimeout(10 * 1000);
+setDefaultTimeout(60 * 1000);
7
8
Before(async function (this: CustomWorld) {
9
const isCI = process.env.CI === "true";
0 commit comments