feat: increase IT timeout from 20 to 60 mins (#440) · googleapis/java-shared-config@a4427bc (original) (raw)

``

1

`+

Copyright 2022 Google LLC

`

``

2

`+

`

``

3

`+

Licensed under the Apache License, Version 2.0 (the "License");

`

``

4

`+

you may not use this file except in compliance with the License.

`

``

5

`+

You may obtain a copy of the License at

`

``

6

`+

`

``

7

`+

http://www.apache.org/licenses/LICENSE-2.0

`

``

8

`+

`

``

9

`+

Unless required by applicable law or agreed to in writing, software

`

``

10

`+

distributed under the License is distributed on an "AS IS" BASIS,

`

``

11

`+

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

`

``

12

`+

See the License for the specific language governing permissions and

`

``

13

`+

limitations under the License.

`

``

14

`+

Github action job to test core java library features on

`

``

15

`+

downstream client libraries before they are released.

`

1

16

`on:

`

2

17

`push:

`

3

18

`branches:

`

`@@ -12,8 +27,8 @@ jobs:

`

12

27

`matrix:

`

13

28

`java: [8, 11, 17]

`

14

29

`steps:

`

15

``

`-

`

16

``

`-

`

``

30

`+

`

``

31

`+

`

17

32

`with:

`

18

33

`distribution: zulu

`

19

34

`java-version: ${{matrix.java}}

`

`@@ -24,8 +39,8 @@ jobs:

`

24

39

`windows:

`

25

40

`runs-on: windows-latest

`

26

41

`steps:

`

27

``

`-

`

28

``

`-

`

``

42

`+

`

``

43

`+

`

29

44

`with:

`

30

45

`distribution: zulu

`

31

46

`java-version: 8

`

`@@ -39,8 +54,8 @@ jobs:

`

39

54

`matrix:

`

40

55

`java: [8, 11, 17]

`

41

56

`steps:

`

42

``

`-

`

43

``

`-

`

``

57

`+

`

``

58

`+

`

44

59

`with:

`

45

60

`distribution: zulu

`

46

61

`java-version: ${{matrix.java}}

`

`@@ -49,8 +64,8 @@ jobs:

`

49

64

`lint:

`

50

65

`runs-on: ubuntu-latest

`

51

66

`steps:

`

52

``

`-

`

53

``

`-

`

``

67

`+

`

``

68

`+

`

54

69

`with:

`

55

70

`distribution: zulu

`

56

71

`java-version: 11

`

`@@ -61,8 +76,8 @@ jobs:

`

61

76

`clirr:

`

62

77

`runs-on: ubuntu-latest

`

63

78

`steps:

`

64

``

`-

`

65

``

`-

`

``

79

`+

`

``

80

`+

`

66

81

`with:

`

67

82

`distribution: zulu

`

68

83

`java-version: 8

`