Skip to content

Commit 61f4eac

Browse files
fix test timeout
1 parent 1fe67e8 commit 61f4eac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/paddle/fluid/tests/unittests/test_collective_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def get_model(self, train_prog, startup_prog):
3535
"get model should be implemented by child class.")
3636

3737
def wait_server_ready(self, endpoints):
38-
assert not isinstance(endpoints, string_types)
3938
while True:
4039
all_ok = True
4140
not_ready_endpoints = []

0 commit comments

Comments
 (0)