commit ae6e6616a6f37092fa3235d3afdd507e368590ce from: Alexander Barton date: Fri Aug 12 21:38:52 2005 UTC Made test script run a longer time. commit - a5915f75c9fbbee65cdacbb046f714a62151e865 commit + ae6e6616a6f37092fa3235d3afdd507e368590ce blob - 117e1524d3ab4f0f4fb9fcb2cba053d2f5082493 blob + 5906fc326013d88540f12b79f1b9179ab22b06b0 --- src/testsuite/stress-B.e +++ src/testsuite/stress-B.e @@ -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 }