Skip to content

Commit 8c5e854

Browse files
authored
increase timeout for unit case (#69880)
1 parent 0f90243 commit 8c5e854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/collective/fleet/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,14 +361,14 @@ if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
361361
START_BASH
362362
../../legacy_test/dist_test.sh
363363
TIMEOUT
364-
"120"
364+
"220"
365365
LABELS
366366
"RUN_TYPE=DIST"
367367
ENVS
368368
"PADDLE_DIST_UT_PORT=21242;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
369369
)
370370
set_tests_properties(test_parallel_dygraph_sharding_parallel
371-
PROPERTIES TIMEOUT "120")
371+
PROPERTIES TIMEOUT "220")
372372
endif()
373373
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
374374
bash_test_modules(

0 commit comments

Comments
 (0)