Skip to content

Commit f8d1dbc

Browse files
revert this: increase ssr timeout
1 parent a33dbaa commit f8d1dbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react_on_rails_pro/spec/dummy/config/initializers/react_on_rails_pro.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
# that the remote renderer works for CI.
2525
config.renderer_use_fallback_exec_js = false
2626

27-
config.ssr_timeout = 10
27+
config.renderer_http_pool_timeout = 20
28+
config.ssr_timeout = 30
2829

2930
config.raise_non_shell_server_rendering_errors = false
3031

0 commit comments

Comments
 (0)