File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ before_script:
4141 - vendor/bin/http_test_server > /dev/null 2>&1 &
4242
4343script :
44- - cd ./tests/server/ssl && ./generate.sh && cd ../../../
44+ - cd ./tests/server/ssl && ./generate.sh && pwd && ls -la && cd ../../../
4545 - $TEST_COMMAND
4646 - ./vendor/bin/phpunit tests/SocketClientFeatureTest.php --printer Http\\Client\\Tests\\FeatureTestListener || echo ""
4747
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public function startServer($name)
1313 $ filename = __DIR__ . '/server/ ' . $ name . '.php ' ;
1414 $ pipes = [];
1515 $ this ->servers [$ name ] = proc_open ('php ' . $ filename , [], $ pipes );
16- usleep (30000 );
16+ usleep (300000 );
1717 }
1818
1919 public function stopServer ($ name )
Original file line number Diff line number Diff line change 1+ 2D
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ openssl req -key server.key -new -out server.req -subj "/C=$C/ST=$ST/L=$L/O=$O/C
1212openssl x509 -req -in server.req -CA ca.pem -CAkey privkey.pem -CAserial file.srl -out server.pem -passin pass:password
1313
1414openssl genrsa -out client.key 1024 -subj " /C=$C /ST=$ST /L=$L /O=$O /CN=socket-adapter-client"
15- openssl req -key client.key -new -out client.req -subj " /C=$C /ST=$ST /L=$L /O=$O /CN=socket-adapter-client" -passout pass:password
15+ openssl req -key client.key -new -out client.req -subj " /C=$C /ST=$ST /L=$L /O=$O /CN=socket-adapter-client" -passout pass:password
1616openssl x509 -req -in client.req -CA ca.pem -CAkey privkey.pem -CAserial file.srl -out client.pem -passin pass:password
1717
1818cat client.pem client.key > client-and-key.pem
You can’t perform that action at this time.
0 commit comments