File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -246,14 +246,14 @@ jobs:
246246 run : |
247247 coverage run --append --source optimade optimade/client/cli.py \
248248 --filter 'nsites = 1' \
249- --http-timeout 1 .0 \
249+ --http-timeout 10 .0 \
250250 --output-file test_get_async.json \
251251 https://optimade.fly.dev
252252 test test_get_async.json
253253
254254 coverage run --append --source optimade optimade/client/cli.py \
255255 --filter 'nsites = 1' \
256- --http-timeout 1 .0 \
256+ --http-timeout 10 .0 \
257257 --count \
258258 --output-file test_count.json \
259259 https://optimade.fly.dev
@@ -262,7 +262,7 @@ jobs:
262262 coverage run --append --source optimade optimade/client/cli.py \
263263 --no-async \
264264 --filter 'nsites = 1' \
265- --http-timeout 1 .0 \
265+ --http-timeout 10 .0 \
266266 --count \
267267 --output-file test_count_no_async.json \
268268 https://optimade.fly.dev
You can’t perform that action at this time.
0 commit comments