Skip to content

Commit 27c6141

Browse files
tests: reduced timeout limit for shinytest2 test
1 parent c0a26d3 commit 27c6141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-shinytest2.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test_that("Test app", {
1111
name = "pipeline",
1212
height = 674,
1313
width = 1139,
14-
timeout = 240000,
14+
timeout = 200000,
1515
expect_values_screenshot_args = FALSE # don't take debug snapshots with expect_values()
1616
)
1717

0 commit comments

Comments
 (0)