We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentcbe3004 commitde87444Copy full SHA for de87444
cli/exptest/exptest_scaletest_test.go
@@ -20,9 +20,6 @@ import (
20
// can influence other tests in the same package.
21
// nolint:paralleltest
22
funcTestScaleTestWorkspaceTraffic_UseHostLogin(t*testing.T) {
23
-ctx,cancelFunc:=context.WithTimeout(context.Background(),testutil.WaitMedium)
24
-defercancelFunc()
25
-
26
log:=slogtest.Make(t,&slogtest.Options{IgnoreErrors:true})
27
client:=coderdtest.New(t,&coderdtest.Options{
28
Logger:&log,
@@ -41,6 +38,9 @@ func TestScaleTestWorkspaceTraffic_UseHostLogin(t *testing.T) {
41
38
cwr.Name="scaletest-workspace"
42
39
})
43
40
+ctx,cancel:=context.WithTimeout(context.Background(),testutil.WaitLong)
+defercancel()
+
44
// Test without --use-host-login first.g
45
inv,root:=clitest.New(t,"exp","scaletest","workspace-traffic",
46
"--template",tpl.Name,