Skip to content

Commit 7423fe2

Browse files
committed
increase timeout
1 parent 78b8ef7 commit 7423fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hooks/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { chromium } from "playwright";
33
import { CustomWorld } from "../support/world";
44

55
// Increase default step timeout to 10s to allow slow navigation in dev
6-
setDefaultTimeout(10 * 1000);
6+
setDefaultTimeout(60 * 1000);
77

88
Before(async function (this: CustomWorld) {
99
const isCI = process.env.CI === "true";

0 commit comments

Comments
 (0)