The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

SEE ALSO

HTTP::WebTest

HTTP::WebTest::API

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins