HTTP::WebTest::Plugin::Delay - Pause before running test
plugins = ( ::Delay )
test_name = Name
delay = 10
....
end_test
This plugin module lets you specify pauses before running specific tests in the
test sequence.
Duration of pause (in seconds) before running test.
Allowed values
Any number greater that zero.
Copyright (c) 2002-2003 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.
HTTP::WebTest
HTTP::WebTest::API
HTTP::WebTest::Plugin
HTTP::WebTest::Plugins