Skip to content

Commit

Permalink
CI: Set on-target test timeout to 60 minutes
Browse files Browse the repository at this point in the history
The on-target pipelines have a timeout of 6 hours to allow time for a
clean toolchain + Serenity build. Tests should time out much sooner than
that though.
  • Loading branch information
trflynn89 authored and awesomekling committed Aug 20, 2021
1 parent 25ae1f7 commit ddfd4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Meta/Azure/Serenity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
fi
displayName: 'Test'
workingDirectory: $(Build.SourcesDirectory)/Build
timeoutInMinutes: 60
env:
SERENITY_QEMU_CPU: 'max,vmx=off'
SERENITY_KERNEL_CMDLINE: 'boot_mode=self-test'
Expand Down

0 comments on commit ddfd4cc

Please sign in to comment.