Skip to content

Commit

Permalink
Merge branch 'branches/rudder/5.0' into branches/rudder/6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jan 12, 2020
2 parents 6078a35 + b2f444d commit fb50aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class StatusReportTest extends Specification {
}
val t1 = System.nanoTime
println(s"Time to run test for sum is ${(t1-t0)/1000} µs")
(t1-t0) must be lessThan( 20000*1000 ) // tests show 3159µs
(t1-t0) must be lessThan( 50000*1000 ) // tests show 3159µs on recent XPS but 30795 µs on XPS 15 9650
}
}
}
Expand Down

0 comments on commit fb50aa4

Please sign in to comment.