Skip to content
Unverified Commit 88d255c2 authored by Alexander Theißen's avatar Alexander Theißen Committed by GitHub
Browse files

Fix flaky `build-runtimes-polkavm` CI job (#6893)

The timeout was too low which made the job not finish in time sometimes:

Hence:
- Bumping the timeout to 60 minutes which is in line with other jobs
which are building substantial parts of the repo.
- Roll all the runtime builds into a single cargo invocation so that it
aborts after the first failure. It also allows for more parallel
compiling.
parent bd2c35fc
Pipeline #509632 waiting for manual action with stages
in 31 minutes and 40 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment