@@ -37,7 +37,7 @@ func TestRun(t *testing.T) {
37
37
t .Parallel ()
38
38
cfg := coderdtest .DeploymentValues (t )
39
39
cfg .Experiments = []string {"foo" }
40
- ctx := testutil .Context (t , testutil .WaitShort )
40
+ ctx := testutil .Context (t , testutil .WaitLong )
41
41
client , db := coderdtest .NewWithDatabase (t , & coderdtest.Options {
42
42
DeploymentValues : cfg ,
43
43
Logger : ptr .Ref (slog .Make (sloghuman .Sink (io .Discard ))),
@@ -83,7 +83,7 @@ func TestRun(t *testing.T) {
83
83
t .Parallel ()
84
84
cfg := coderdtest .DeploymentValues (t )
85
85
cfg .Experiments = []string {"foo" }
86
- ctx := testutil .Context (t , testutil .WaitShort )
86
+ ctx := testutil .Context (t , testutil .WaitLong )
87
87
client := coderdtest .New (t , & coderdtest.Options {
88
88
DeploymentValues : cfg ,
89
89
Logger : ptr .Ref (slog .Make (sloghuman .Sink (io .Discard ))),
@@ -110,7 +110,7 @@ func TestRun(t *testing.T) {
110
110
111
111
t .Run ("NoAuth" , func (t * testing.T ) {
112
112
t .Parallel ()
113
- ctx := testutil .Context (t , testutil .WaitShort )
113
+ ctx := testutil .Context (t , testutil .WaitLong )
114
114
client := coderdtest .New (t , & coderdtest.Options {
115
115
Logger : ptr .Ref (slog .Make (sloghuman .Sink (io .Discard ))),
116
116
})
@@ -128,7 +128,7 @@ func TestRun(t *testing.T) {
128
128
129
129
t .Run ("MissingPrivilege" , func (t * testing.T ) {
130
130
t .Parallel ()
131
- ctx := testutil .Context (t , testutil .WaitShort )
131
+ ctx := testutil .Context (t , testutil .WaitLong )
132
132
client := coderdtest .New (t , & coderdtest.Options {
133
133
Logger : ptr .Ref (slog .Make (sloghuman .Sink (io .Discard ))),
134
134
})
0 commit comments