Skip to content

Commit acbe968

Browse files
authored
chore: increase activitybump deadline duration to fix flake (coder#6350)
This is a bad fix because the test is still dependant on time, but it's still an improvement.
1 parent 1fb7365 commit acbe968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/activitybump_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func TestWorkspaceActivityBump(t *testing.T) {
4242
require.NoError(t, err)
4343
require.WithinDuration(t,
4444
time.Now().Add(time.Duration(ttlMillis)*time.Millisecond),
45-
workspace.LatestBuild.Deadline.Time, testutil.WaitShort,
45+
workspace.LatestBuild.Deadline.Time, testutil.WaitMedium,
4646
)
4747
firstDeadline := workspace.LatestBuild.Deadline.Time
4848

0 commit comments

Comments
 (0)