Skip to content

Commit

Permalink
ipatests: increase test_webui_server timeout
Browse files Browse the repository at this point in the history
test_webui_server tends to take more than 3600s to run.
Increase timeout to 7200s.

Fixes: https://pagure.io/freeipa/issue/8266
Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Armando Neto <abiagion@redhat.com>
  • Loading branch information
fcami committed Apr 14, 2020
1 parent dbf5df4 commit 306adf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ jobs:
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *ci-master-latest
timeout: 3600
timeout: 7200
topology: *ipaserver

fedora-latest/test_webui_service:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ jobs:
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *testing-master-latest
timeout: 3600
timeout: 7200
topology: *ipaserver

testing-fedora/test_webui_service:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_previous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ jobs:
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *ci-master-previous
timeout: 3600
timeout: 7200
topology: *ipaserver

fedora-previous/test_webui_service:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_rawhide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ jobs:
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *ci-master-frawhide
timeout: 3600
timeout: 7200
topology: *ipaserver

fedora-rawhide/test_webui_service:
Expand Down

0 comments on commit 306adf6

Please sign in to comment.