Skip to content

Commit eb81909

Browse files
author
Xin Zheng
committed
try to stable the test
1 parent a9eba6f commit eb81909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateleen-test/src/test/java/org/swisspush/gateleen/packing/PackingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public void testPackedRequestMany(TestContext context) {
165165

166166
given().header("x-packed", "true").body(payload.encode()).when().put("/tests/packed/myrequest").then().assertThat().statusCode(200);
167167

168-
TestUtils.waitSomeTime(4);
168+
TestUtils.waitSomeTime(10);
169169
when().get("/tests/sub/").then().assertThat().statusCode(200);
170170

171171
List<String> collection = get("/tests/sub/").then().extract().body().jsonPath().getList("sub");

0 commit comments

Comments
 (0)