Skip to content

Commit 58d1ffa

Browse files
TESTS: Set runtime=10 limit on Bash futures
1 parent 5f7cdd2 commit 58d1ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.2-9961
2+
Version: 0.12.2-9962
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

inst/testme/test-batchtools_bash.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ message("*** batchtools_bash() ...")
66

77
bin <- Sys.which("bash")
88
if (utils::file_test("-f", bin)) {
9-
plan(future.batchtools::batchtools_bash)
9+
plan(future.batchtools::batchtools_bash, resources = list(runtime = 10))
1010
print(plan())
1111

1212
message("*** Launch future")

0 commit comments

Comments
 (0)