Also printing the actual value in case the test fails.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1056887 13f79535-47bb-0310-9956-
ffa450edef68
}
long time = System.currentTimeMillis() - start;
- // Takes ~1s on markt's laptop. If this takes more than 3s something
+ // Takes ~1s on markt's laptop. If this takes more than 4s something
// probably needs looking at. If this fails repeatedly then we may need
// to increase this limit.
- assertTrue(time < 3000);
+ assertTrue(String.valueOf(time), time < 4000);
}
}