We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cb09f commit dbfd818Copy full SHA for dbfd818
tests/reg-packages.R
@@ -323,7 +323,8 @@ system.time(status <-
323
out = tf,
324
## avoid delays/timeouts with a broken network route:
325
env = c("R_REPOSITORIES=NULL"), # (no cyclic dep check)
326
- timeout = 50))# see 5--7 sec; Solaris needed > 30
+ timeout = 50))# seen 2--7 sec; Solaris needed > 30
327
+if (!identical(status, 124L)) # avoid "random" failures on slow systems
328
stopifnot(exprs = {
329
status == 1 # an ERROR now
330
is.character(exLines <-
0 commit comments