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 99facaf commit 7e0debdCopy full SHA for 7e0debd
.github/workflows/main.yml
@@ -257,7 +257,7 @@ jobs:
257
258
- name: Test reflist format
259
run: |
260
- timeout 45s php doi2jats.php -f reflist "10.30430/gjae.2023.0350" "10.52825/bis.v1i.42" > combined_test.xml || {
+ timeout 60s php doi2jats.php -f reflist "10.30430/gjae.2023.0350" "10.52825/bis.v1i.42" > combined_test.xml || {
261
echo "❌ Combined format test timed out or failed"
262
exit 1
263
}
0 commit comments