Skip to content

Commit eb595c5

Browse files
committed
disable test timeout for debugging
1 parent 7d30583 commit eb595c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soot-infoflow-summaries/test/soot/jimple/infoflow/test/methodSummary/junit/SummaryTaintWrapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public void streamReduceTest() {
305305
testFlowForMethod("<soot.jimple.infoflow.test.methodSummary.ApiClassClient: void streamReduceTest()>", 1);
306306
}
307307

308-
@Test(timeout = 30000)
308+
@Test // (timeout = 30000)
309309
public void streamReduceTest2() {
310310
testFlowForMethod("<soot.jimple.infoflow.test.methodSummary.ApiClassClient: void streamReduceTest2()>", 1);
311311
}

0 commit comments

Comments
 (0)