diff --git a/test/test_helper.rb b/test/test_helper.rb index 5b0dc96dd..abcb2bfdf 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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" diff --git a/test/test_web_wrangler.rb b/test/test_web_wrangler.rb index 44418476d..8d026e0ef 100644 --- a/test/test_web_wrangler.rb +++ b/test/test_web_wrangler.rb @@ -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