Increase fudge factor in StopWatchTests
This commit is contained in:
parent
7f6f184acb
commit
3ccbf1edeb
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2019 the original author or authors.
|
* Copyright 2002-2021 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -41,7 +41,7 @@ class StopWatchTests {
|
||||||
|
|
||||||
private static final long duration1 = 200;
|
private static final long duration1 = 200;
|
||||||
private static final long duration2 = 100;
|
private static final long duration2 = 100;
|
||||||
private static final long fudgeFactor = 50;
|
private static final long fudgeFactor = 100;
|
||||||
|
|
||||||
private final StopWatch stopWatch = new StopWatch(ID);
|
private final StopWatch stopWatch = new StopWatch(ID);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue