Skip to content

Commit 8900195

Browse files
committed
increase wait time on activity bump test
1 parent 97ce44a commit 8900195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspacestats/activitybump_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func Test_ActivityBumpWorkspace(t *testing.T) {
170170

171171
var (
172172
now = dbtime.Now()
173-
ctx = testutil.Context(t, testutil.WaitShort)
173+
ctx = testutil.Context(t, testutil.WaitLong)
174174
log = testutil.Logger(t)
175175
db, _ = dbtestutil.NewDB(t, dbtestutil.WithTimezone(tz))
176176
org = dbgen.Organization(t, db, database.Organization{})

0 commit comments

Comments
 (0)