We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d78b3a commit 6899ab9Copy full SHA for 6899ab9
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
12
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
13
AWS_REGION: ap-northeast-1
14
- TEST_TIME_FACTOR: 3
+ TEST_TIME_FACTOR: 5
15
steps:
16
- uses: actions/checkout@v2.3.4
17
with:
0 commit comments