Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c2674 commit 3e5affdCopy full SHA for 3e5affd
cli/create_test.go
@@ -88,7 +88,7 @@ func TestCreate(t *testing.T) {
88
89
member := coderdtest.CreateAnotherUser(t, client, user.OrganizationID)
90
clitest.SetupConfig(t, member, root)
91
- cmdCtx, done := context.WithTimeout(context.Background(), time.Second*3)
+ cmdCtx, done := context.WithTimeout(context.Background(), 10*time.Second)
92
go func() {
93
defer done()
94
err := cmd.ExecuteContext(cmdCtx)
0 commit comments