mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
test: increase timeout in TestRun (scaletest/workspaceupdates) (#20211)
fixes https://github.com/coder/internal/issues/1050 Extends the timeout on the affected test. It uses a postgres database, and so 15s timeout isn't enough to not flake with our test infra these days.
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
func TestRun(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
ctx := testutil.Context(t, testutil.WaitMedium)
|
||||
ctx := testutil.Context(t, testutil.WaitSuperLong)
|
||||
|
||||
client := coderdtest.New(t, &coderdtest.Options{
|
||||
IncludeProvisionerDaemon: true,
|
||||
|
||||
Reference in New Issue
Block a user