Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/testthat/test-shinytest2-tm_a_pca.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ app_driver_tm_a_pca <- function() {
pre_output = shiny::tags$div(id = "unique_id_pre", "A pre output"),
post_output = shiny::tags$div(id = "unique_id_post", "A post output")
)
)
),
timeout = 10000
)
}

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-shinytest2-tm_a_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ app_driver_tm_a_regression <- function() {
labs = list(subtitle = "Plot generated by Regression Module")
)
)
)
),
timeout = 10000
)
}

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_data_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ app_driver_tm_data_table <- function() {
post_output = NULL
)
),
timeout = 3000
timeout = 10000
)
}

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_file_viewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app_driver_tm_file_viewer <- function() {
)
)
),
timeout = 3000
timeout = 10000
)
}

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_front_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app_driver_tm_front_page <- function() {
footnotes = "This is a footnote"
)
),
timeout = 3000
timeout = 10000
)
}

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-shinytest2-tm_g_association.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ app_driver_tm_g_association <- function() {
labs = list(subtitle = "Plot generated by Association Module")
)
)
)
),
timeout = 10000
)
}

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-shinytest2-tm_g_bivariate.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ app_driver_tm_g_bivariate <- function() {
ggtheme = "classic",
swap_axes = TRUE
)
)
),
timeout = 10000
)
}

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-shinytest2-tm_g_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ app_driver_tm_g_distribution <- function() {
freq = TRUE,
bins = 36,
)
)
),
timeout = 10000
)
}

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-shinytest2-tm_g_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ app_driver_tm_g_response <- function() {
)
)
)
)
),
timeout = 10000
)
}

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-shinytest2-tm_g_scatterplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ app_driver_tm_g_scatterplot <- function() {
ggtheme = "classic",
max_deg = 6
)
)
),
timeout = 10000
)
}

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_g_scatterplotmatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ app_driver_tm_g_scatterplotmatrix <- function() { # nolint: object_length_linter
post_output = NULL
)
),
timeout = 3000
timeout = 10000
)
}

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-shinytest2-tm_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ app_driver_tm_outlier <- function() {
)
)
)
)
),
timeout = 10000
)
}

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_t_crosstable.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ app_driver_tm_t_crosstable <- function() {
)
)
),
timeout = 3000
timeout = 10000
)
}

Expand Down
Loading