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 71f6e15 commit fd23ea6Copy full SHA for fd23ea6
loadtest/reconnectingpty/run_test.go
@@ -111,7 +111,7 @@ func Test_Runner(t *testing.T) {
111
runner := reconnectingpty.NewRunner(client, reconnectingpty.Config{
112
AgentID: agentID,
113
Init: codersdk.ReconnectingPTYInit{
114
- Command: "sleep 5",
+ Command: "sleep 120",
115
},
116
Timeout: httpapi.Duration(2 * time.Second),
117
LogOutput: true,
@@ -140,7 +140,7 @@ func Test_Runner(t *testing.T) {
140
141
142
143
144
145
146
ExpectTimeout: true,
0 commit comments