Explorar el Código

add unit test ci timeout (#11655)

xiangzihao hace 2 años
padre
commit
a22b9271ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/unit-test.yml

+ 1 - 1
.github/workflows/unit-test.yml

@@ -56,7 +56,7 @@ jobs:
     strategy:
       matrix:
         java: ['8', '11']
-    timeout-minutes: 30
+    timeout-minutes: 45
     steps:
       - uses: actions/checkout@v2
         with: