fix(scaletest): increase time range check causing flake on MacOS (#5776)

This commit is contained in:
Colin Adler 2023-01-18 16:41:14 -06:00 committed by GitHub
parent 41145a6842
commit 45eb26d5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ func Test_Runner(t *testing.T) {
require.WithinRange(t,
time.Now(),
start.Add(testutil.WaitShort-time.Second),
start.Add(testutil.WaitShort+5*time.Second),
start.Add(testutil.WaitShort+10*time.Second),
)
require.Contains(t, logStr, "Opening connection to workspace agent")