diff --git a/cinema/src/main/resources/tweetwallConfig.json b/cinema/src/main/resources/tweetwallConfig.json index 3d503bd..67034a9 100644 --- a/cinema/src/main/resources/tweetwallConfig.json +++ b/cinema/src/main/resources/tweetwallConfig.json @@ -41,7 +41,7 @@ "stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep", "config": { "unit": "SECONDS", - "amount": "5" + "amount": "15" } }, { @@ -101,7 +101,7 @@ "stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep", "config": { "unit": "SECONDS", - "amount": "60" + "amount": "15" } }, { diff --git a/exhibition/src/main/resources/tweetwallConfig.json b/exhibition/src/main/resources/tweetwallConfig.json index db2faf8..b5adcca 100644 --- a/exhibition/src/main/resources/tweetwallConfig.json +++ b/exhibition/src/main/resources/tweetwallConfig.json @@ -33,7 +33,7 @@ { "stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep", "config": { - "amount": 10, + "amount": 15, "unit": "SECONDS" } },