Skip to content

Commit fd23ea6

Browse files
committed
Try: sleep 120
1 parent 71f6e15 commit fd23ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loadtest/reconnectingpty/run_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func Test_Runner(t *testing.T) {
111111
runner := reconnectingpty.NewRunner(client, reconnectingpty.Config{
112112
AgentID: agentID,
113113
Init: codersdk.ReconnectingPTYInit{
114-
Command: "sleep 5",
114+
Command: "sleep 120",
115115
},
116116
Timeout: httpapi.Duration(2 * time.Second),
117117
LogOutput: true,
@@ -140,7 +140,7 @@ func Test_Runner(t *testing.T) {
140140
runner := reconnectingpty.NewRunner(client, reconnectingpty.Config{
141141
AgentID: agentID,
142142
Init: codersdk.ReconnectingPTYInit{
143-
Command: "sleep 5",
143+
Command: "sleep 120",
144144
},
145145
Timeout: httpapi.Duration(2 * time.Second),
146146
ExpectTimeout: true,

0 commit comments

Comments
 (0)