chore: remove timeout on import sims for 0.45 and 0.46 (#12138)

This commit is contained in:
Marko 2022-06-03 12:08:35 +02:00 committed by GitHub
parent 889dfcba66
commit 2a355f5339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@ jobs:
test-sim-import-export:
runs-on: ubuntu-latest
needs: [build, install-runsim]
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
with:

View File

@ -67,7 +67,6 @@ jobs:
test-sim-after-import:
runs-on: ubuntu-latest
needs: [build, install-runsim]
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
with: