Skip to content

Commit

Permalink
Merge pull request #6067 from owncloud/fix-nightwatch-timeout
Browse files Browse the repository at this point in the history
[Tests-Only][full-ci] increase the wait for condition timeout to 10s for acceptance tests
  • Loading branch information
kulmann authored Nov 29, 2021
2 parents f20b58e + e6147c4 commit 8a14548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config = {
default: {
launch_url: LOCAL_LAUNCH_URL,
globals: {
waitForConditionTimeout: 5000,
waitForConditionTimeout: 10000,
waitForNegativeConditionTimeout: 300,
waitForConditionPollInterval: 10,
filesForUpload: REMOTE_UPLOAD_DIR,
Expand Down

0 comments on commit 8a14548

Please sign in to comment.