Skip to content

Commit f26a5d2

Browse files
committed
use the default wait for network create
1 parent c038853 commit f26a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netfoundry/ctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ def demo(cli):
933933
name=network_name,
934934
size=cli.config.demo.size,
935935
version=cli.config.demo.product_version,
936-
wait=333)
936+
)
937937
network, network_group = use_network(
938938
cli,
939939
organization=organization,

0 commit comments

Comments
 (0)