Skip to content
Snippets Groups Projects
Commit 15528963 authored by tpylak's avatar tpylak
Browse files

DMV-19 minor: unit tests fix

SVN: 6966
parent b914b123
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ public class FileStoreRemoteMountedTest ...@@ -92,7 +92,7 @@ public class FileStoreRemoteMountedTest
{ {
final StoreItem item = new StoreItem("some-directory"); final StoreItem item = new StoreItem("some-directory");
final long age = 212; final long age = 212;
long timeout = 10; long timeout = 100;
LastChangeWrapper lastChangeWrapper = LastChangeWrapper lastChangeWrapper =
new FileStoreRemoteMounted.LastChangeWrapper(localStoreMock, timeout); new FileStoreRemoteMounted.LastChangeWrapper(localStoreMock, timeout);
final PathLastChangedCheckerDelayed lastChangedSleepAction = final PathLastChangedCheckerDelayed lastChangedSleepAction =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment