Documentation
¶
Overview ¶
Package config contains the configuration for the E2E tests.
Index ¶
Constants ¶
View Source
const ( // Timeout is the maximum time to wait for a test to complete. Timeout = 1 * time.Minute // Interval is the time to wait between retries. Interval = 3 * time.Second // TimeoutConsistently is the maximum time to wait for a Consistently statement to succeed. TimeoutConsistently = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.