Skip to content

Commit 6457bf9

Browse files
Increase Overall CI Shard Timeouts to accomodate Emulators taking time to shut down
1 parent ccddf5b commit 6457bf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kotlin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs :
270270
performance-tests :
271271
name : Performance tests
272272
runs-on : macos-latest
273-
timeout-minutes : 30
273+
timeout-minutes : 45
274274
strategy :
275275
# Allow tests to continue on other devices if they fail on one device.
276276
fail-fast : false
@@ -293,7 +293,7 @@ jobs :
293293
instrumentation-tests :
294294
name : Instrumentation tests
295295
runs-on : macos-latest
296-
timeout-minutes : 45
296+
timeout-minutes : 60
297297
strategy :
298298
# Allow tests to continue on other devices if they fail on one device.
299299
fail-fast : false
@@ -320,7 +320,7 @@ jobs :
320320
runtime-instrumentation-tests :
321321
name : Conflate Stale Renderings Instrumentation tests
322322
runs-on : macos-latest
323-
timeout-minutes : 45
323+
timeout-minutes : 60
324324
strategy :
325325
# Allow tests to continue on other devices if they fail on one device.
326326
fail-fast : false

0 commit comments

Comments
 (0)