File tree Expand file tree Collapse file tree
tests/testthat/connection_to_datasets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if ((ds.test_env$driver == "DSLiteDriver") || (ds.test_env$driver == "OpalDriver
3131 ds.test_env $ ping_url <- opal.url
3232 ds.test_env $ ping_user <- getOption(" opal.user" , " administrator" )
3333 ds.test_env $ ping_password <- getOption(" opal.password" , " datashield_test&" )
34- ds.test_env $ ping_options <- config(timeout = 5 , ssl_verifyhost = 0 , ssl_verifypeer = 0 )
34+ ds.test_env $ ping_options <- config(timeout = 60 , ssl_verifyhost = 0 , ssl_verifypeer = 0 )
3535
3636 ds.test_env $ server_url_1 <- opal.url
3737 ds.test_env $ server_url_2 <- opal.url
@@ -60,7 +60,7 @@ if ((ds.test_env$driver == "DSLiteDriver") || (ds.test_env$driver == "OpalDriver
6060 ds.test_env $ ping_url <- armadillo.url
6161 ds.test_env $ ping_user <- getOption(" armadillo.user" , " admin" )
6262 ds.test_env $ ping_password <- getOption(" armadillo.password" , " admin" )
63- ds.test_env $ ping_options <- " list(timeout=5 )"
63+ ds.test_env $ ping_options <- " list(timeout=60 )"
6464
6565 ds.test_env $ server_url_1 <- armadillo.url
6666 ds.test_env $ server_url_2 <- armadillo.url
You can’t perform that action at this time.
0 commit comments