Skip to content

Commit

Permalink
tesst: fix vcreate test failing on macOS (#19536)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Oct 9, 2023
1 parent 4dee1e0 commit 37e5616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/tools/vcreate/tests/new_with_model_arg.expect
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/expect

set timeout 1
set timeout 3

# Pass v_root as arg, since we chdir into a temp directory during testing and create a project there.
set v_root [lindex $argv 0]
Expand Down
2 changes: 1 addition & 1 deletion cmd/tools/vcreate/tests/new_with_name_arg.expect
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/expect

set timeout 1
set timeout 3

# Pass v_root as arg, since we chdir into a temp directory during testing and create a project there.
set v_root [lindex $argv 0]
Expand Down
2 changes: 1 addition & 1 deletion cmd/tools/vcreate/tests/new_with_no_arg.expect
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/expect

set timeout 1
set timeout 3

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

0 comments on commit 37e5616

Please sign in to comment.