mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: de-flake TestWorkspaceAgent_Metadata (round 2) (#7039)
This time, we keep the timing / "racey" tests, but avoid running them in the harsher CI conditions.
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
|
||||
package testutil
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Constants for timing out operations, usable for creating contexts
|
||||
// that timeout or in require.Eventually.
|
||||
|
Reference in New Issue
Block a user