Skip to content

Commit 49dd100

Browse files
authored
Increase timeout for Fly validation in CI (#2117)
1 parent 958e380 commit 49dd100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)