Skip to content

Commit

Permalink
ci: set timeout for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Aug 13, 2023
1 parent cb3bcde commit 3a1d82a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
mv artifacts.tar DummyProject
cd DummyProject
tar xvf artifacts.tar
timeout-minutes: 8

- uses: actions/cache@v3
with:
Expand All @@ -157,6 +158,7 @@ jobs:
-testPlatform EditMode `
-testCategory !GpuOnly;!SignalAbort"
exit $process.ExitCode
timeout-minutes: 3

- name: Cat results.xml
env:
Expand Down

0 comments on commit 3a1d82a

Please sign in to comment.