Skip to content

Commit

Permalink
use echo_blocking_sleep in the exptime test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Aug 14, 2012
1 parent ecaf870 commit 7d5f906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/exptime.t
Expand Up @@ -28,13 +28,13 @@ __DATA__
echo_location '/memc?key=foo';
echo;
echo_sleep 0.05;
echo_blocking_sleep 0.05;
echo 'get foo - 0.05 sec';
echo_location '/memc?key=foo';
echo;
echo_sleep 1.5;
echo_blocking_sleep 1.5;
echo 'get foo - 1.55 sec';
echo_location '/memc?key=foo';
Expand Down

0 comments on commit 7d5f906

Please sign in to comment.