Skip to content

Commit

Permalink
TESTS: Make sure to timeout worker properly on MS Windows - take 3 [#95]
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 4, 2023
1 parent 03c2a33 commit 57fc002
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/makeClusterPSOCK.R
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ if (getRversion() >= "4.0.0") {

## Make sure to wait for background process to timeout before continuing,
## when on MS Windows
# if (.Platform$OS.type == "windows") Sys.sleep(10.0)
Sys.sleep(10.0)
if (.Platform$OS.type == "windows") Sys.sleep(5.0)
}

message("*** makeClusterPSOCK() ... DONE")
Expand Down

0 comments on commit 57fc002

Please sign in to comment.