Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1984932

Browse files
authored
coderd/metricscache: attempt to fix macOS race (coder#4622)
1 parent 39498b6 commit 1984932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/metricscache/metricscache_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ func TestCache_BuildTime(t *testing.T) {
331331
require.Eventuallyf(t, func() bool {
332332
stats := cache.TemplateBuildTimeStats(template.ID)
333333
return assert.NotEmpty(t, stats)
334-
}, testutil.WaitShort, testutil.IntervalMedium,
334+
}, testutil.WaitLong, testutil.IntervalMedium,
335335
"BuildTime never populated",
336336
)
337337

0 commit comments

Comments
 (0)