From 663bae9450a351bcb87906c4ea3d0f45d42356a3 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Tue, 29 Nov 2022 11:39:40 +0100 Subject: [PATCH] MOBILE-4081 e2e: Increase behat timeout --- .github/workflows/acceptance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index d49371457..d8ff19c9d 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -50,6 +50,7 @@ jobs: run: | export MOODLE_DOCKER_WWWROOT=$GITHUB_WORKSPACE/moodle cp $GITHUB_WORKSPACE/moodle-docker/config.docker-template.php $GITHUB_WORKSPACE/moodle/config.php + sed -i "61i\$CFG->behat_increasetimeout = 2;" $GITHUB_WORKSPACE/moodle/config.php sed -i "61i\$CFG->behat_ionic_wwwroot = 'http://moodleapp';" $GITHUB_WORKSPACE/moodle/config.php echo "define('TEST_MOD_BIGBLUEBUTTONBN_MOCK_SERVER', 'http://bbbmockserver/hash' . sha1(\$CFG->behat_wwwroot));" >> $GITHUB_WORKSPACE/moodle/config.php $GITHUB_WORKSPACE/moodle-docker/bin/moodle-docker-compose pull