Merge pull request #4536 from vramik/KEYCLOAK-5371
KEYCLOAK-5371 increase default page load timeout to 20s for crossdc
This commit is contained in:
commit
25dbf1cfac
1 changed files with 3 additions and 0 deletions
|
@ -441,6 +441,7 @@
|
|||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<node.name>${node.name}</node.name>
|
||||
<pageload.timeout>20000</pageload.timeout>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -538,6 +539,8 @@
|
|||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
|
||||
<pageload.timeout>20000</pageload.timeout>
|
||||
|
||||
<run.h2>true</run.h2>
|
||||
<node.name>${node.name}</node.name>
|
||||
|
||||
|
|
Loading…
Reference in a new issue