Skip to content

Commit 16a6e75

Browse files
authored
chore(e2e): bump timeout in flow_server_test.ts
1 parent adb4d27 commit 16a6e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/flow_server_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function testFlowServer() {
4949
},
5050
{
5151
maxRetries: 30,
52-
delayMs: 1000,
52+
delayMs: 2000,
5353
}
5454
);
5555

0 commit comments

Comments
 (0)