diff --git a/agama/engine/src/test/resources/flows/io.jans.agama.test.showConfig b/agama/engine/src/test/resources/flows/io.jans.agama.test.showConfig index 616d4dcf80c..a0ba0158b2f 100644 --- a/agama/engine/src/test/resources/flows/io.jans.agama.test.showConfig +++ b/agama/engine/src/test/resources/flows/io.jans.agama.test.showConfig @@ -1,8 +1,8 @@ Flow io.jans.agama.test.showConfig Basepath "" - Timeout 10 seconds + Timeout 15 seconds Configs conf -RRF "printConfigs.ftlh" conf +RRF "custom/printConfigs.ftlh" conf -Finish false \ No newline at end of file +Finish false diff --git a/agama/engine/src/test/resources/templates/custom/printConfigs.ftlh b/agama/engine/src/test/resources/templates/custom/printConfigs.ftlh index 5193bcbe4c9..abcf7512ebf 100644 --- a/agama/engine/src/test/resources/templates/custom/printConfigs.ftlh +++ b/agama/engine/src/test/resources/templates/custom/printConfigs.ftlh @@ -2,7 +2,7 @@ -<#!-- rendering this page crashes if neither joke nor phrase are defined --> +<#-- rendering this page crashes if neither joke nor phrase are defined -->

${joke}

${phrase}