Decrease test_parallel_executor_crf CI time, test=develop (#27212)

Decrease the number of running iterations to reduce CI time.

CI system shows it decreased the unittest time from about 90 seconds to about 30 seconds
ut_timeout_modifed
Huihuang Zheng 5 years ago committed by GitHub
parent cc3306f7c8
commit 40dd563dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -176,7 +176,7 @@ class TestCRFModel(unittest.TestCase):
place=fluid.CPUPlace())
data = train_data()
for i in range(10):
for i in range(4):
cur_batch = next(data)
print(exe.run(train_cp,
feed=feeder.feed(cur_batch),

Loading…
Cancel
Save