Skip to content

Commit

Permalink
Loosening the timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoj committed Jun 6, 2024
1 parent c647627 commit df5f8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/io/Console/restoreEcho.exp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set rpinput "PaSsWoRd"
set rlexpected "input is $rlinput"
set rpexpected "password is $rpinput"
set stty_init $initialEcho
set timeout 2
set timeout 10

proc test {prompt input echoStat expected} {
expect "$prompt"
Expand Down

0 comments on commit df5f8f9

Please sign in to comment.