Commit 1f39d10 1 parent ef08790 commit 1f39d10 Copy full SHA for 1f39d10
File tree 3 files changed +16
-12
lines changed
automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/azure
3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,13 @@ class AzureAutopauseSpec
70
70
s " AzureAutoPauseSpec: runtime $workspaceId/ ${runtimeName.asString} in creating status detected "
71
71
)
72
72
73
- // Verify the runtime eventually becomes Running (in 20 minutes)
73
+ // Verify the runtime eventually becomes Running (in 25 minutes)
74
+ // will reduce to 20 once https://broadworkbench.atlassian.net/browse/WOR-1397 is merged
74
75
monitorCreateResult <- streamUntilDoneOrTimeout(
75
76
callGetRuntime,
76
- 120 ,
77
+ 150 ,
77
78
10 seconds,
78
- s " AzureAutoPauseSpec: runtime $workspaceId/ ${runtimeName.asString} did not finish creating after 20 minutes "
79
+ s " AzureAutoPauseSpec: runtime $workspaceId/ ${runtimeName.asString} did not finish creating after 25 minutes "
79
80
)(implicitly, GeneratedLeonardoClient .runtimeInStateOrError(ClusterStatus .RUNNING ))
80
81
81
82
_ <- loggerIO.info(
Original file line number Diff line number Diff line change @@ -82,12 +82,13 @@ class AzureDiskSpec
82
82
s " AzureDiskSpec: disk ${workspaceId}/ ${diskDuringRuntimeCreate.getId()} in creating status detected "
83
83
)
84
84
85
- // Verify the runtime eventually becomes Running (in 40 minutes)
85
+ // Verify the runtime eventually becomes Running (in 25 minutes)
86
+ // will reduce to 20 once https://broadworkbench.atlassian.net/browse/WOR-1397 is merged
86
87
monitorCreateResult <- streamUntilDoneOrTimeout(
87
88
callGetRuntime,
88
- 240 ,
89
+ 150 ,
89
90
10 seconds,
90
- s " AzureDiskSpec: runtime ${workspaceId}/ ${runtimeName.asString} did not finish creating after 40 minutes "
91
+ s " AzureDiskSpec: runtime ${workspaceId}/ ${runtimeName.asString} did not finish creating after 25 minutes "
91
92
)(implicitly, GeneratedLeonardoClient .runtimeInStateOrError(ClusterStatus .RUNNING ))
92
93
93
94
_ <- loggerIO.info(
@@ -185,12 +186,13 @@ class AzureDiskSpec
185
186
s " AzureDiskSpec: disk2 ${workspaceId}/ ${diskDuringRuntimeCreate2.getId()} in creating status detected "
186
187
)
187
188
188
- // Verify runtime 2 eventually becomes Running (in 40 minutes)
189
+ // Verify runtime 2 eventually becomes Running (in 25 minutes)
190
+ // will reduce to 20 once https://broadworkbench.atlassian.net/browse/WOR-1397 is merged
189
191
monitorCreateResult2 <- streamUntilDoneOrTimeout(
190
192
callGetRuntime2,
191
- 240 ,
193
+ 150 ,
192
194
10 seconds,
193
- s " AzureDiskSpec: runtime2 ${workspaceId}/ ${runtimeName.asString} did not finish creating after 40 minutes "
195
+ s " AzureDiskSpec: runtime2 ${workspaceId}/ ${runtimeName.asString} did not finish creating after 25 minutes "
194
196
)(implicitly, GeneratedLeonardoClient .runtimeInStateOrError(ClusterStatus .RUNNING ))
195
197
196
198
_ <- loggerIO.info(
Original file line number Diff line number Diff line change @@ -81,12 +81,13 @@ class AzureRuntimeSpec
81
81
s " AzureRuntimeSpec: disk ${workspaceId}/ ${diskDuringRuntimeCreate.getId()} in creating status detected "
82
82
)
83
83
84
- // Verify the runtime eventually becomes Running (in 40 minutes)
84
+ // Verify the runtime eventually becomes Running (in 25 minutes)
85
+ // will reduce to 20 once https://broadworkbench.atlassian.net/browse/WOR-1397 is merged
85
86
monitorCreateResult <- streamUntilDoneOrTimeout(
86
87
callGetRuntime,
87
- 240 ,
88
+ 150 ,
88
89
10 seconds,
89
- s " AzureRuntimeSpec: runtime ${workspaceId}/ ${runtimeName.asString} did not finish creating after 40 minutes "
90
+ s " AzureRuntimeSpec: runtime ${workspaceId}/ ${runtimeName.asString} did not finish creating after 25 minutes "
90
91
)(implicitly, GeneratedLeonardoClient .runtimeInStateOrError(ClusterStatus .RUNNING ))
91
92
92
93
_ <- loggerIO.info(
You can’t perform that action at this time.
0 commit comments