File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace React \Tests \Stream ;
44
5- use React \Stream \DuplexResourceStream ;
65use React \EventLoop \Factory ;
6+ use React \Stream \DuplexResourceStream ;
77use React \Stream \WritableResourceStream ;
88
99/**
@@ -35,7 +35,7 @@ public function testUploadKilobytePlain()
3535
3636 public function testUploadBiggerBlockPlain ()
3737 {
38- $ size = 1000 * 30 ;
38+ $ size = 50 * 1000 ;
3939 $ stream = stream_socket_client ('tcp://httpbin.org:80 ' );
4040
4141 $ loop = Factory::create ();
@@ -79,7 +79,7 @@ public function testUploadKilobyteSecure()
7979
8080 public function testUploadBiggerBlockSecureRequiresSmallerChunkSize ()
8181 {
82- $ size = 1000 * 30000 ;
82+ $ size = 50 * 1000 ;
8383 $ stream = stream_socket_client ('tls://httpbin.org:443 ' );
8484
8585 $ loop = Factory::create ();
You can’t perform that action at this time.
0 commit comments