From 166caf96a77d56e32d8a1435f4debb5c280be646 Mon Sep 17 00:00:00 2001 From: jgomer2001 Date: Fri, 21 Oct 2022 07:10:35 -0500 Subject: [PATCH] chore: minor updates #2672 --- .../src/test/resources/flows/io.jans.agama.test.showConfig | 6 +++--- .../src/test/resources/templates/custom/printConfigs.ftlh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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}