Skip to content

Commit ce2de27

Browse files
APM-6136 increase test timeout
1 parent 76a8e7c commit ce2de27

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

azure/azure-build-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ extends:
5757
workingDirectory: "${{ variables.service_name }}"
5858
- bash: |
5959
if [ ! -f "reports/tests/async-slowapp.xml" ] || [ ! -f "reports/tests/sync-wrap.xml" ]; then
60-
echo "Test results not found"
60+
echo "Test reports not found"
6161
exit -1
6262
fi
6363
workingDirectory: ${{ variables.service_name }}
64-
displayName: Check test results exist
64+
displayName: Check test reports exist
6565
- task: PublishTestResults@2
6666
inputs:
6767
testResultsFormat: "JUnit"

docker/sync-wrap/.mocharc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
spec: './src/*.spec.js'
22
ui: bdd
3+
timeout: 10000 # 10 seconds
34
watch-files:
45
- 'src/**/*.js'

0 commit comments

Comments
 (0)