@@ -50,7 +50,8 @@ func TestSupportBundle(t *testing.T) {
50
50
secretValue := uuid .NewString ()
51
51
seedSecretDeploymentOptions (t , & dc , secretValue )
52
52
client , db := coderdtest .NewWithDatabase (t , & coderdtest.Options {
53
- DeploymentValues : dc .Values ,
53
+ DeploymentValues : dc .Values ,
54
+ HealthcheckTimeout : testutil .WaitLong ,
54
55
})
55
56
owner := coderdtest .CreateFirstUser (t , client )
56
57
r := dbfake .WorkspaceBuild (t , db , database.WorkspaceTable {
@@ -113,7 +114,8 @@ func TestSupportBundle(t *testing.T) {
113
114
secretValue := uuid .NewString ()
114
115
seedSecretDeploymentOptions (t , & dc , secretValue )
115
116
client := coderdtest .New (t , & coderdtest.Options {
116
- DeploymentValues : dc .Values ,
117
+ DeploymentValues : dc .Values ,
118
+ HealthcheckTimeout : testutil .WaitLong ,
117
119
})
118
120
_ = coderdtest .CreateFirstUser (t , client )
119
121
@@ -133,7 +135,8 @@ func TestSupportBundle(t *testing.T) {
133
135
secretValue := uuid .NewString ()
134
136
seedSecretDeploymentOptions (t , & dc , secretValue )
135
137
client , db := coderdtest .NewWithDatabase (t , & coderdtest.Options {
136
- DeploymentValues : dc .Values ,
138
+ DeploymentValues : dc .Values ,
139
+ HealthcheckTimeout : testutil .WaitLong ,
137
140
})
138
141
admin := coderdtest .CreateFirstUser (t , client )
139
142
r := dbfake .WorkspaceBuild (t , db , database.WorkspaceTable {
0 commit comments