Skip to content

Commit

Permalink
Extending test loadout times as running a bit slow on my machine
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Oct 8, 2024
1 parent e9f7585 commit fd24b59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5241,7 +5241,7 @@
"checksum": "940dff53b51d664e52e90e4349a97eaa"
},
".Rprofile": {
"checksum": "32efae86824a48e8a9a5d7b1904d1535"
"checksum": "85921ec7bbbb877538a7a8a5bd943b29"
},
"azure-pipelines.yml": {
"checksum": "e79f9a1b9e2ba5983dc6312b1fbf22ba"
Expand Down Expand Up @@ -5496,10 +5496,10 @@
"checksum": "d3e71278de0398bd2acaa6e00ad59114"
},
"tests/testthat/test-initial_load.R": {
"checksum": "2879785d265b1b681f2feae2ec5b87fc"
"checksum": "9afd113880b7ab6f21a5728453afcdd3"
},
"tests/testthat/test-shinytest2.R": {
"checksum": "21b02c0ea96e95775f8aa3c5dad80d40"
"checksum": "abf24fcfce3f67d35ed77b64addc2f86"
},
"ui.R": {
"checksum": "1dbb41e934b6fa260bed2925dd972ae6"
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test-initial_load.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
app <- AppDriver$new(
name = "basic_load",
height = 846, width = 1445,
load_timeout = 50 * 1000,
timeout = 25 * 1000,
load_timeout = 64 * 1000,
timeout = 32 * 1000,
wait = TRUE
)

Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test-shinytest2.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
test_that("{shinytest2} recording: CSC_outcomes_and_enablers_error_test", {
app <- AppDriver$new(
name = "CSC_outcomes_and_enablers_error_test",
load_timeout = 32 * 1000,
timeout = 16 * 1000,
load_timeout = 64 * 1000,
timeout = 32 * 1000,
wait = TRUE,
height = 886, width = 1203,
variant = NULL,
Expand Down

0 comments on commit fd24b59

Please sign in to comment.