Skip to content

Commit

Permalink
Merge pull request #194 from zebrunner/develop
Browse files Browse the repository at this point in the history
#192: increased default GRID_NEW_SESSION_WAIT_TIMEOUT to 10m and spec…
  • Loading branch information
vdelendik committed Aug 25, 2023
2 parents 324e334 + 9886573 commit a89af0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions configuration/stf-proxy/nginx.conf.original
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 60;
proxy_send_timeout 300;
proxy_read_timeout 300;
proxy_connect_timeout 120;
proxy_send_timeout 1200;
proxy_read_timeout 1200;
proxy_buffers 32 64m;
proxy_buffer_size 64k;
proxy_next_upstream error timeout http_502 http_503 http_504;
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ services:
- variables.env
environment:
- STF_URL=http://stf-api:3000
# 4min session wait timeout as 5 min is configured on NGiNX
- GRID_NEW_SESSION_WAIT_TIMEOUT=240000
# 10 min session wait timeout as 20 min is configured on NGiNX
- GRID_NEW_SESSION_WAIT_TIMEOUT=600000
- GRID_TIMEOUT=60000
- GRID_BROWSER_TIMEOUT=60000
- CHECK_APPIUM_STATUS=true
Expand Down

0 comments on commit a89af0d

Please sign in to comment.