Przeglądaj źródła

Merge pull request #9940 from convertigo/convertigo-7.9.2

Convertigo 7.9.2
yosifkit 4 lat temu
rodzic
commit
e38c170c16
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      library/convertigo
  2. 1 1
      test/tests/convertigo-hello-world/run.sh

+ 2 - 2
library/convertigo

@@ -1,7 +1,7 @@
 Maintainers: Nicolas Albert <[email protected]> (@nicolas-albert), Olivier Picciotto <[email protected]> (@opicciotto)
 GitRepo: https://github.com/convertigo/convertigo
-GitCommit: c5efdd83547ca0357acb00bb45f92bc9c4e95d7d
+GitCommit: 754b85da127e3887aa7605c3a1e616b948dc02d3
 
-Tags: 7.9.1, 7.9, latest
+Tags: 7.9.2, 7.9, latest
 Architectures: amd64
 Directory: docker/default

+ 1 - 1
test/tests/convertigo-hello-world/run.sh

@@ -27,7 +27,7 @@ _request() {
 }
 
 # Make sure that Tomcat is listening
-. "$dir/../../retry.sh" '_request / &> /dev/null'
+. "$dir/../../retry.sh" -s 5 '_request / &> /dev/null'
 
 # Check that we can request /
 [ -n "$(_request '/')" ]