Skip to content

Commit c5920d6

Browse files
Fix PrefetchPartitions test (#1118)
Fix PrefetchPartitions FV test by increasing timeout. Resolves: OLPEDGE-2380 Signed-off-by: Serhii Lozynskyi <[email protected]>
1 parent e777879 commit c5920d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/olp-cpp-sdk-dataservice-read/VersionedLayerClientPrefetchTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
namespace {
3535
namespace read = olp::dataservice::read;
36-
constexpr auto kWaitTimeout = std::chrono::seconds(10);
36+
constexpr auto kWaitTimeout = std::chrono::seconds(20);
3737
using VersionedLayerClientPrefetchTest = VersionedLayerTestBase;
3838

3939
TEST_F(VersionedLayerClientPrefetchTest, PrefetchTiles) {

0 commit comments

Comments
 (0)