Skip to content

Commit

Permalink
github actions debugging - allow very long load time 10 mins for shin…
Browse files Browse the repository at this point in the history
…y app initialisation
  • Loading branch information
david-barnett committed Jun 6, 2024
1 parent 5bfdb53 commit 90f2c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ord_explore-shinytest2.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_that("ord_explore app works: unconstrained ords", {
# Prepare the AppDriver
app <- suppressWarnings(
AppDriver$new(
app_dir = shinyapp, load_timeout = 60000, timeout = 15000, seed = 123,
app_dir = shinyapp, load_timeout = 600000, timeout = 15000, seed = 123,
name = "general-ord-explore-test", width = 1600, height = 960,
variant = shinytest2::platform_variant()
)
Expand Down

0 comments on commit 90f2c88

Please sign in to comment.