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

Commita8c89a1

Browse files
fix: increase timeout for watch workspace agent devcontainers test (#19390)
Relates tocoder/internal#907The test can take around 10s when it is the only one running, so in aconstrained environment like CI it makes sense that it still hits the 25second timeout. For now we up the limit to 60 seconds until the test isrewritten to greatly reduce the time taken.
1 parentfdc9dfa commita8c89a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/workspaceagents_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ func TestWatchWorkspaceAgentDevcontainers(t *testing.T) {
15791579
t.Parallel()
15801580

15811581
var (
1582-
ctx=testutil.Context(t,testutil.WaitLong)
1582+
ctx=testutil.Context(t,testutil.WaitSuperLong)
15831583
logger=slogtest.Make(t,&slogtest.Options{IgnoreErrors:true}).Leveled(slog.LevelDebug)
15841584
mClock=quartz.NewMock(t)
15851585
updaterTickerTrap=mClock.Trap().TickerFunc("updaterLoop")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp