diff --git a/docker/supervisord.conf b/docker/supervisord.conf index ed94f03311..43036d9628 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -168,7 +168,7 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes = 0 [program:v1-schedule] -command=php /usr/share/nginx/html/vendor/chrisboulton/php-resque-scheduler/resque-scheduler.php +command=php /usr/share/nginx/html/vendor/bin/resque-scheduler autostart=true autorestart=true priority=10 diff --git a/tests/e2e/Services/Account/AccountBase.php b/tests/e2e/Services/Account/AccountBase.php index 794f6f2577..0b49cf219d 100644 --- a/tests/e2e/Services/Account/AccountBase.php +++ b/tests/e2e/Services/Account/AccountBase.php @@ -64,6 +64,7 @@ trait AccountBase */ public function testCreateAccountSession($data):array { + sleep(10); $email = (isset($data['email'])) ? $data['email'] : ''; $password = (isset($data['password'])) ? $data['password'] : '';