From 88ff9c333fce04943f57b98aa2ac8948696afbd9 Mon Sep 17 00:00:00 2001
From: Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com>
Date: Sat, 11 Jan 2020 18:12:35 +0100
Subject: Configure query period in test

---
 src/test/java/pl/edu/mimuw/cloudatlas/agent/AgentIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/test/java')

diff --git a/src/test/java/pl/edu/mimuw/cloudatlas/agent/AgentIntegrationTest.java b/src/test/java/pl/edu/mimuw/cloudatlas/agent/AgentIntegrationTest.java
index f69ed8f..a6398ed 100644
--- a/src/test/java/pl/edu/mimuw/cloudatlas/agent/AgentIntegrationTest.java
+++ b/src/test/java/pl/edu/mimuw/cloudatlas/agent/AgentIntegrationTest.java
@@ -47,7 +47,7 @@ public class AgentIntegrationTest {
     public static void bindApi() throws Exception {
         registryProcess = Runtime.getRuntime().exec("./scripts/registry");
         Thread.sleep(10000);
-        agentProcess = Runtime.getRuntime().exec("./gradlew runAgent -Dhostname=localhost -DfreshnessPeriod=10000000");
+        agentProcess = Runtime.getRuntime().exec("./gradlew runAgent -Dhostname=localhost -DfreshnessPeriod=10000000 -DqueryPreiod=100");
         Thread.sleep(10000);
 
         registry = LocateRegistry.getRegistry("localhost");
-- 
cgit v1.2.3