diff --git a/commafeed-server/src/main/resources/application.properties b/commafeed-server/src/main/resources/application.properties index 940d6785..10239221 100644 --- a/commafeed-server/src/main/resources/application.properties +++ b/commafeed-server/src/main/resources/application.properties @@ -68,7 +68,7 @@ quarkus.native.additional-build-args=-H:PageSize=65536 %test.commafeed.database.cleanup.entries-max-age=0 %test.commafeed.feed-refresh.force-refresh-cooldown-duration=1m ## GitHub actions runners are very slow, we need to increase this timeout to avoid intermittent test failures -%test.commafeed.feed-refresh.filtering-expression-evaluation-timeout=1s +%test.commafeed.feed-refresh.filtering-expression-evaluation-timeout=5s # prod profile overrides %prod.quarkus.datasource.jdbc.url=jdbc:h2:./data/db;DEFRAG_ALWAYS=TRUE