Skip to content

Commit

Permalink
Update dpocumentation (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored Oct 12, 2020
1 parent 3d97db4 commit e911c9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ gcloud:

## The max time this test execution can run before it is cancelled (default: 15m).
## It does not include any time necessary to prepare and clean up the target device.
## The maximum possible testing time is 30m on physical devices and 60m on virtual devices.
## The maximum possible testing time is 45m on physical devices and 60m on virtual devices.
## The TIMEOUT units can be h, m, or s. If no unit is given, seconds are assumed.
# timeout: 30m

Expand Down Expand Up @@ -258,7 +258,7 @@ gcloud:

## The max time this test execution can run before it is cancelled (default: 15m).
## It does not include any time necessary to prepare and clean up the target device.
## The maximum possible testing time is 30m on physical devices and 60m on virtual devices.
## The maximum possible testing time is 45m on physical devices and 60m on virtual devices.
## The TIMEOUT units can be h, m, or s. If no unit is given, seconds are assumed.
# timeout: 30m

Expand Down
2 changes: 1 addition & 1 deletion test_runner/flank.ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gcloud:

## The max time this test execution can run before it is cancelled (default: 15m).
## It does not include any time necessary to prepare and clean up the target device.
## The maximum possible testing time is 30m on physical devices and 60m on virtual devices.
## The maximum possible testing time is 45m on physical devices and 60m on virtual devices.
## The TIMEOUT units can be h, m, or s. If no unit is given, seconds are assumed.
# timeout: 30m

Expand Down
2 changes: 1 addition & 1 deletion test_runner/flank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gcloud:

## The max time this test execution can run before it is cancelled (default: 15m).
## It does not include any time necessary to prepare and clean up the target device.
## The maximum possible testing time is 30m on physical devices and 60m on virtual devices.
## The maximum possible testing time is 45m on physical devices and 60m on virtual devices.
## The TIMEOUT units can be h, m, or s. If no unit is given, seconds are assumed.
# timeout: 30m

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data class CommonGcloudConfig @JsonIgnore constructor(
names = ["--timeout"],
description = ["The max time this test execution can run before it is cancelled " +
"(default: 15m). It does not include any time necessary to prepare and clean up the target device. The maximum " +
"possible testing time is 30m on physical devices and 60m on virtual devices. The TIMEOUT units can be h, m, " +
"possible testing time is 45m on physical devices and 60m on virtual devices. The TIMEOUT units can be h, m, " +
"or s. If no unit is given, seconds are assumed. "]
)
@set:JsonProperty("timeout")
Expand Down

0 comments on commit e911c9e

Please sign in to comment.