##// END OF EJS Templates
relax timestamp comparison from \ge to \geq in test...
MinRK -
Show More
@@ -126,4 +126,4 b' class TestLoadBalancedView(ClusterTestCase):'
126
126
127 ar.wait()
127 ar.wait()
128 ar2.wait()
128 ar2.wait()
129 self.assertTrue(ar2.started > ar.completed)
129 self.assertTrue(ar2.started >= ar.completed, "%s not >= %s"%(ar.started, ar.completed))
General Comments 0
You need to be logged in to leave comments. Login now