sapling/eden/fs/store
Adam Simpkins 841b81c934 increase the timeouts in HgPrefetchTest
Summary:
This test seems to fail frequently while waiting on the tree data for the
"src" tree (at line 182).  The code previously was using a 1s timeout for this
operation; this changes it to use a 10s timeout.

I'm not sure what would have changed that makes this take longer now.  It's
possible something changed with the treemanifest code on the mercurial side.
It is somewhat surprising to me that this would regularly take more than 1s
though since this is only computing data locally about a pretty small test
repository.

Reviewed By: wez

Differential Revision: D9583645

fbshipit-source-id: 24695cc1b940540ec32461e2d80c30a3fd87a3e3
2018-08-30 13:07:49 -07:00
..
git make LocalStore::getTree return a Future 2018-05-31 21:19:40 -07:00
hg increase the timeouts in HgPrefetchTest 2018-08-30 13:07:49 -07:00
mononoke use ServiceRouter and SSL Connection in MononokeBackingStore 2018-08-06 11:51:36 -07:00
test use rvalue-qual Future::get(...) 2018-07-09 08:51:43 -07:00
BackingStore.cpp re-verify blob contents for empty blobs loaded from the LocalStore 2018-08-23 14:22:58 -07:00
BackingStore.h re-verify blob contents for empty blobs loaded from the LocalStore 2018-08-23 14:22:58 -07:00
BlobMetadata.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
Diff.cpp Future<T>::then 6/n: Future<T>::then() & -> Future<T>::then() &&. 2018-08-03 23:36:16 -07:00
Diff.h add a function for diffing source control commits 2018-03-20 16:47:12 -07:00
EmptyBackingStore.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EmptyBackingStore.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
IObjectStore.h prefetch file batch for hg import helper 2018-05-25 13:51:27 -07:00
LocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
LocalStore.h Started Eden for Windows and integrated hg store with it. 2018-08-21 17:53:38 -07:00
MemoryLocalStore.cpp use F14NodeMap with heterogeneous lookup / mutation as StringKeyedUnorderedMap|Set 2018-08-23 12:07:15 -07:00
MemoryLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
ObjectStore.cpp re-verify blob contents for empty blobs loaded from the LocalStore 2018-08-23 14:22:58 -07:00
ObjectStore.h prefetch file batch for hg import helper 2018-05-25 13:51:27 -07:00
RocksDbLocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
RocksDbLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
SqliteLocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
SqliteLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
StoreResult.cpp Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00
StoreResult.h Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00