File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage.
17
17
18
18
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
19
- timeout : 1200s
19
+ timeout : 1800s
20
20
# This prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
21
21
# or any new substitutions added in the future.
22
22
options :
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ limitations under the License.
15
15
*/
16
16
17
17
/*
18
- * This command filters a JUnit file such that only tests with a name
19
- * matching a regular expression are passed through. By concatenating
20
- * multiple input files it is possible to merge them into a single file.
21
- */
18
+ This command filters a JUnit file such that only tests with a name
19
+ matching a regular expression are passed through. By concatenating
20
+ multiple input files it is possible to merge them into a single file.
21
+ */
22
22
package main
23
23
24
24
import (
You can’t perform that action at this time.
0 commit comments