Skip to content

Commit 3c3a8cc

Browse files
committed
remove timeouts
1 parent a858341 commit 3c3a8cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
test-
7878
7979
- name: Provision test environment
80-
timeout-minutes: 10
8180
run: |
8281
bundle exec rake 'litmus:provision[${{matrix.platforms.provider}},${{ matrix.platforms.image }}]'
8382
FILE='spec/fixtures/litmus_inventory.yaml'
@@ -101,7 +100,6 @@ jobs:
101100

102101
- name: Run acceptance tests
103102
id: run-acceptance
104-
timeout-minutes: 15
105103
run: bundle exec rake 'litmus:acceptance'
106104

107105
- name: Failure Logs

0 commit comments

Comments
 (0)