Skip to content

Commit 47c4e65

Browse files
committed
test=develop
1 parent 5cd2fc9 commit 47c4e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/memory/allocation/retry_allocator_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TEST(RetryAllocator, RetryAllocator) {
4141

4242
size_t thread_num = 32;
4343
size_t sleep_time = 40;
44-
size_t extra_time = 2;
44+
size_t extra_time = 10;
4545

4646
// Reserve to perform more tests in the future
4747
std::vector<std::shared_ptr<Allocator>> allocators;

0 commit comments

Comments
 (0)