File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,8 @@ export const MockWorkspaceAgent: TypesGen.WorkspaceAgent = {
234
234
preferred : true ,
235
235
} ,
236
236
} ,
237
+ connection_timeout_seconds : 120 ,
238
+ troubleshooting_url : "https://coder.com/troubleshoot" ,
237
239
}
238
240
239
241
export const MockWorkspaceAgentDisconnected : TypesGen . WorkspaceAgent = {
@@ -277,6 +279,15 @@ export const MockWorkspaceAgentConnecting: TypesGen.WorkspaceAgent = {
277
279
latency : { } ,
278
280
}
279
281
282
+ export const MockWorkspaceAgentTimeout : TypesGen . WorkspaceAgent = {
283
+ ...MockWorkspaceAgent ,
284
+ id : "test-workspace-agent-timeout" ,
285
+ name : "a-timed-out-workspace-agent" ,
286
+ status : "timeout" ,
287
+ version : "" ,
288
+ latency : { } ,
289
+ }
290
+
280
291
export const MockWorkspaceResource : TypesGen . WorkspaceResource = {
281
292
agents : [
282
293
MockWorkspaceAgent ,
You can’t perform that action at this time.
0 commit comments