Skip to content
Snippets Groups Projects

Validation of Heptapod 0.35.1

Merged Georges Racinet requested to merge topic/oldstable/bump-oldstable into branch/oldstable
69 files
+ 2959
1430
Compare changes
  • Side-by-side
  • Inline
Files
69
+ 1
1
@@ -35,7 +35,7 @@ fi
chown -R git:git .
GIT_HOME=`ls -d ~git` # for explicit guaranteed forwarding
chown git:git $GIT_HOME
TOX="sudo -u git HOME=$GIT_HOME /opt/gitlab/embedded/bin/tox -e omnibus"
TOX="sudo -u git HOME=$GIT_HOME HEPTAPOD_TESTS_BASE_TIMEOUT=$HEPTAPOD_TESTS_BASE_TIMEOUT /opt/gitlab/embedded/bin/tox -e omnibus"
INITIAL_WAIT=180
for MARKER in fs_access services; do
Loading