Skip to content

Commit

Permalink
Merge pull request #289 from scarpe-team/test_timeout_adjust
Browse files Browse the repository at this point in the history
Longer default test timeout because of occasional long CI delays
  • Loading branch information
Schwad authored Jul 7, 2023
2 parents 19bc0f7 + 94f9384 commit 23410dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 23410dc

Please sign in to comment.