Skip to content

Commit 0a0031c

Browse files
committed
wip
1 parent bd66d39 commit 0a0031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/integration.go

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

0 commit comments

Comments
 (0)