mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
coderd/metricscache: attempt to fix macOS race (#4622)
This commit is contained in:
@ -331,7 +331,7 @@ func TestCache_BuildTime(t *testing.T) {
|
||||
require.Eventuallyf(t, func() bool {
|
||||
stats := cache.TemplateBuildTimeStats(template.ID)
|
||||
return assert.NotEmpty(t, stats)
|
||||
}, testutil.WaitShort, testutil.IntervalMedium,
|
||||
}, testutil.WaitLong, testutil.IntervalMedium,
|
||||
"BuildTime never populated",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user