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

Commit3e5affd

Browse files
authored
fix: Increase test timeout for TestCreate/CreateFromListWithSkip (#3077)
Considering database load and CI performance during testing, we shouldavoid failing too early.
1 parentb0c2674 commit3e5affd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/create_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func TestCreate(t *testing.T) {
8888

8989
member:=coderdtest.CreateAnotherUser(t,client,user.OrganizationID)
9090
clitest.SetupConfig(t,member,root)
91-
cmdCtx,done:=context.WithTimeout(context.Background(),time.Second*3)
91+
cmdCtx,done:=context.WithTimeout(context.Background(),10*time.Second)
9292
gofunc() {
9393
deferdone()
9494
err:=cmd.ExecuteContext(cmdCtx)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp