mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
Made test script run a longer time.
This commit is contained in:
parent
a5915f75c9
commit
ae6e6616a6
@ -1,4 +1,4 @@
|
||||
# $Id: stress-B.e,v 1.1 2002/09/09 22:56:07 alex Exp $
|
||||
# $Id: stress-B.e,v 1.2 2005/08/12 21:38:52 alex Exp $
|
||||
|
||||
send "user user . . :User\r"
|
||||
expect {
|
||||
@ -6,6 +6,8 @@ expect {
|
||||
"376"
|
||||
}
|
||||
|
||||
sleep 2
|
||||
|
||||
send "oper TestOp 123\r"
|
||||
expect {
|
||||
timeout { exit 1 }
|
||||
@ -16,6 +18,8 @@ expect {
|
||||
"381 test*"
|
||||
}
|
||||
|
||||
sleep 2
|
||||
|
||||
send "join #channel\r"
|
||||
expect {
|
||||
timeout { exit 1 }
|
||||
@ -48,6 +52,8 @@ expect {
|
||||
"366"
|
||||
}
|
||||
|
||||
sleep 3
|
||||
|
||||
send "part #channel2\r"
|
||||
expect {
|
||||
timeout { exit 1 }
|
||||
|
Loading…
Reference in New Issue
Block a user