Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Longer default test timeout because of occasional long CI delays #289

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_test_scarpe_app(
test_app_location,
test_code: "",
app_test_code: "",
timeout: 3.0,
timeout: 10.0,
allow_fail: false,
exit_immediately: false,
display_service: "wv_local"
Expand Down
2 changes: 1 addition & 1 deletion test/test_web_wrangler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_ww_redraw_promises

class TestWebWranglerAsyncJS < LoggedScarpeTest
def round_trip_app(how_many)
run_test_scarpe_code(<<-'SCARPE_APP', test_code: <<-TEST_CODE, timeout: 5.0)
run_test_scarpe_code(<<-'SCARPE_APP', test_code: <<-TEST_CODE)
Scarpe.app do
para "Hello"
end
Expand Down