Skip to content

Commit 6967317

Browse files
committed
chore: increase test timeout
1 parent f148b12 commit 6967317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect } from '@playwright/test';
22

3-
const proofTimeout = 240_000;
3+
const proofTimeout = 300_000;
44

55
test.beforeAll(async ({ }, { config }) => {
66
// Make sure the node is running

0 commit comments

Comments
 (0)