Skip to content

Commit 8f5213d

Browse files
committed
fix: Use testutil constants
1 parent e3ad325 commit 8f5213d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/templateversions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ func TestPaginatedTemplateVersions(t *testing.T) {
866866
require.NoError(t, err, "template version %d not created in time", i)
867867
}
868868
// Retry.
869-
time.Sleep(25 * time.Millisecond)
869+
time.Sleep(testutil.IntervalMedium)
870870
i--
871871
}
872872

0 commit comments

Comments
 (0)