Skip to content

Commit b2b08bb

Browse files
committed
Use login to check if user exists
1 parent 7880dc0 commit b2b08bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cd ${{github.workspace}}/loadtest
4343
HELPERS_PATH=${{github.workspace}}/loadtest/tests/helpers
4444
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
45-
sleep 1000
45+
sleep 1500
4646
$CONDA_ENV_PATH/python tests/setup_project.py
4747
cat $FIXTURES_PATH
4848

0 commit comments

Comments
 (0)