We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd66d39 commit 0a0031cCopy full SHA for 0a0031c
1 file changed
integration/integration.go
@@ -96,7 +96,7 @@ func StartCoder(ctx context.Context, t *testing.T, name string, useLicense bool)
96
t.Logf("not ready yet: %s", err.Error())
97
}
98
return err == nil
99
- }, 20*time.Second, time.Second, "coder failed to become ready in time")
+ }, 30*time.Second, time.Second, "coder failed to become ready in time")
100
_, err = client.CreateFirstUser(ctx, codersdk.CreateFirstUserRequest{
101
Email: testEmail,
102
Username: testUsername,
0 commit comments