Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitacbe968

Browse files
authored
chore: increase activitybump deadline duration to fix flake (#6350)
This is a bad fix because the test is still dependant on time, but it'sstill an improvement.
1 parent1fb7365 commitacbe968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/activitybump_test.go

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp