Skip to content

Commit

Permalink
Somewhat less sleeping
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne committed Jan 7, 2019
1 parent bb1dc13 commit 2142588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ task write_to_shared {
String where
}
command <<<
sleep 10
sleep 2
echo "~{i}" > /tmp/helloFile
>>>
runtime {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ task write_to_shared {
String where
}
command <<<
sleep 10
sleep 2
echo "~{i}" > /tmp/helloFile
>>>
runtime {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ task write_to_shared {
String where
}
command <<<
sleep 10
sleep 2
echo "~{i}" > /tmp/helloFile
>>>
runtime {
Expand Down

0 comments on commit 2142588

Please sign in to comment.