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