Skip to content

Commit ec3a690

Browse files
committed
set timeout to 10 seconds
1 parent 920befb commit ec3a690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/e2e-js/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ export const expectToPass = async (
18971897
options?: { interval?: number[]; timeout?: number }
18981898
) => {
18991899
const mergedOptions = {
1900-
timeout: 5000,
1900+
timeout: 10_000,
19011901
...options,
19021902
}
19031903
try {

0 commit comments

Comments
 (0)