NAME
HTTP::WebTest::Plugin::Delay - Pause before running test
SYNOPSIS
plugins = ( ::Delay )
test_name = Name
delay = 10
....
end_test
DESCRIPTION
This plugin module lets you specify pauses before running specific tests in the test sequence.
TEST PARAMETERS
delay
Duration of pause (in seconds) before running test.
Allowed values
Any number greater that zero.
COPYRIGHT
Copyright (c) 2002 Duncan Cameron. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.