We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9eba6f commit eb81909Copy full SHA for eb81909
gateleen-test/src/test/java/org/swisspush/gateleen/packing/PackingTest.java
@@ -165,7 +165,7 @@ public void testPackedRequestMany(TestContext context) {
165
166
given().header("x-packed", "true").body(payload.encode()).when().put("/tests/packed/myrequest").then().assertThat().statusCode(200);
167
168
- TestUtils.waitSomeTime(4);
+ TestUtils.waitSomeTime(10);
169
when().get("/tests/sub/").then().assertThat().statusCode(200);
170
171
List<String> collection = get("/tests/sub/").then().extract().body().jsonPath().getList("sub");
0 commit comments