Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45eb26d

Browse files
authored
fix(scaletest): increase time range check causing flake on MacOS (#5776)
1 parent41145a6 commit45eb26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scaletest/agentconn/run_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func Test_Runner(t *testing.T) {
186186
require.WithinRange(t,
187187
time.Now(),
188188
start.Add(testutil.WaitShort-time.Second),
189-
start.Add(testutil.WaitShort+5*time.Second),
189+
start.Add(testutil.WaitShort+10*time.Second),
190190
)
191191

192192
require.Contains(t,logStr,"Opening connection to workspace agent")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp