Skip to content

Commit

Permalink
tests: use improved wait_until for prealloc_nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Aug 8, 2022
1 parent 75f64f1 commit 4a82326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/prealloc_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

from rptest.tests.redpanda_test import RedpandaTest
from ducktape.cluster.cluster_spec import ClusterSpec
from ducktape.utils.util import wait_until
from ducktape.tests.test import TestContext
from rptest.util import wait_until


class PreallocNodesTest(RedpandaTest):
Expand Down

0 comments on commit 4a82326

Please sign in to comment.