Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Increase timeouts for running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrious committed Nov 21, 2020
1 parent 99575d9 commit abf4092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
fail_ci_if_error: true

- name: Run Integration tests
run: composer run integration-test
run: composer run --timeout 600 integration-test


2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: composer run coverage-check

- name: Run Integration tests
run: composer run integration-test
run: composer run --timeout 600 integration-test

0 comments on commit abf4092

Please sign in to comment.