Skip to content

Commit 6974299

Browse files
committed
test
1 parent 7a913d8 commit 6974299

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/plugins/test_ddp_plugin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ def test_ddp_barrier_non_consecutive_device_ids(tmpdir):
6666
model = BoringModel()
6767
trainer = Trainer(
6868
default_root_dir=tmpdir,
69-
limit_train_batches=1,
70-
limit_val_batches=1,
69+
max_steps=1,
7170
gpus=[1, 3],
7271
accelerator="ddp",
7372
)

0 commit comments

Comments
 (0)