TIMEOUT

System Testing Supervisor Script Language.

Syntax

TIMEOUT <integer>

Purpose

The TIMEOUT instruction lets you define the time to wait for a rendezvous.

The value is measured in seconds.

Description

You may use only one TIMEOUT instruction in a test script.

The default value is 300 seconds (5 minutes).

Example

HOST machine_1 IS 193.5.4.3

HOST machine_2 IS remote.domain.fr

TIMEOUT 40

RENDEZVOUS phase_1

Related Topics

RENDEZVOUS