Skip to content

Commit 38c48e6

Browse files
committed
Update github actions settings.
1 parent 97d234e commit 38c48e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
env:
1313
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
1414
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
15+
AWS_REGION: "ap-northeast-1"
16+
TEST_TIME_FACTOR: "5"
1517
steps:
1618
- uses: actions/checkout@v2
1719
- name: Set up Scala

0 commit comments

Comments
 (0)