1
0

More stuffs

This commit is contained in:
Scott E. Graves
2017-02-23 17:38:04 -06:00
parent 7815d41227
commit ba5c089b43
4 changed files with 38 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ namespace UnitTests
CUploadManager uploadManager(siaCurl, &driveConfig);
uploadManager.AddOrUpdate(L"/test1/test.rtf", L"./TestCacheFolder/test1/test.rtf");
Sleep(-1);
Sleep(5000);
}
catch (SQLite::Exception e)
{