Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit25d256e

Browse files
authored
chore(site/e2e): increase timeout for waitForPort from 30s to 60s (#16528)
Relates tocoder/internal#356This is just a temporary fix; we may need to remove the hardcoded portsto avoid this flake entirely.
1 parent6f6b1c2 commit25d256e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/e2e/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ export const createServer = async (
762762
asyncfunctionwaitForPort(
763763
port:number,
764764
host="0.0.0.0",
765-
timeout=30000,
765+
timeout=60_000,
766766
):Promise<void>{
767767
conststart=Date.now();
768768
while(Date.now()-start<timeout){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp