Skip to content

Commit 8335a4b

Browse files
committed
updated shinytest2 config
1 parent d9df6bb commit 8335a4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/testthat/test-golem-recommended.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ attach(test_activAnalyzer_env)
117117
# Creating shinyDriver object
118118
app <- shinytest2::AppDriver$new(
119119
run_app(),
120-
options = list(test.mode = TRUE)
120+
options = list(test.mode = TRUE),
121+
timeout = 60 * 1000,
122+
height = 1024,
123+
width = 68
121124
)
122125

123126
#===============================================================================

0 commit comments

Comments
 (0)