Skip to content

Commit 37e5616

Browse files
authored
tesst: fix vcreate test failing on macOS (#19536)
1 parent 4dee1e0 commit 37e5616

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/tools/vcreate/tests/new_with_model_arg.expect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/expect
22

3-
set timeout 1
3+
set timeout 3
44

55
# Pass v_root as arg, since we chdir into a temp directory during testing and create a project there.
66
set v_root [lindex $argv 0]

cmd/tools/vcreate/tests/new_with_name_arg.expect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/expect
22

3-
set timeout 1
3+
set timeout 3
44

55
# Pass v_root as arg, since we chdir into a temp directory during testing and create a project there.
66
set v_root [lindex $argv 0]

cmd/tools/vcreate/tests/new_with_no_arg.expect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/expect
22

3-
set timeout 1
3+
set timeout 3
44

55
# Pass v_root as arg, since we chdir into a temp directory during testing and create a project there.
66
set v_root [lindex $argv 0]

0 commit comments

Comments
 (0)