Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a171a8

Browse files
committed
increase startup timeout
1 parent 047c203 commit 3a171a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/integration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func StartCoder(ctx context.Context, t *testing.T, name string, useLicense bool)
9595
t.Logf("not ready yet: %s", err.Error())
9696
}
9797
return err == nil
98-
}, 15*time.Second, time.Second, "coder failed to become ready in time")
98+
}, 20*time.Second, time.Second, "coder failed to become ready in time")
9999
_, err = client.CreateFirstUser(ctx, codersdk.CreateFirstUserRequest{
100100
Email: testEmail,
101101
Username: testUsername,

0 commit comments

Comments
 (0)