Skip to content

Commit c0e9c26

Browse files
committed
pyvenv: increase default timeout
debian sometimes takes a bit longer in CI to pass, this fixes it.
1 parent 6f66bc2 commit c0e9c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/pyvenv.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
path => $_path,
8686
cwd => '/tmp',
8787
environment => $environment,
88+
timeout => 600,
8889
unless => "grep '^[\\t ]*VIRTUAL_ENV=[\\\\'\\\"]*${venv_dir}[\\\"\\\\'][\\t ]*$' ${venv_dir}/bin/activate", #Unless activate exists and VIRTUAL_ENV is correct we re-create the virtualenv
8990
require => File[$venv_dir],
9091
}

0 commit comments

Comments
 (0)