Github user ohadshacham commented on a diff in the pull request: https://github.com/apache/incubator-omid/pull/46#discussion_r223976065 --- Diff: hbase-client/src/test/java/org/apache/omid/transaction/TestEndToEndScenariosWithHA.java --- @@ -287,7 +287,7 @@ public void testScenario1() throws Exception { // TX 2 modifies cells R1C1 & R2C2 (v2) // TX 2 commits // End of Test state: R1C1 & R2C2 (v2) - @Test(timeOut = 60_000) + @Test(timeOut = 60_000000) --- End diff -- Why this is needed? Due to the low_cpu mode? or you just forgot it? :)
---