mirror of
https://github.com/vlang/v.git
synced 2025-09-12 17:07:11 -04:00
ci: change listen ports in vweb_should_listen_on_both_ipv4_and_ipv6_by_default_test.v for both vweb and x.vweb, to reduce probability of network errors
This commit is contained in:
parent
a1d4712b0b
commit
4d24f8c3fc
@ -6,7 +6,7 @@ import net.http
|
||||
|
||||
const vexe = os.getenv('VEXE')
|
||||
const vroot = os.dir(vexe)
|
||||
const port = 28871
|
||||
const port = 38871
|
||||
const welcome_text = 'Welcome to our simple vweb server'
|
||||
|
||||
// Use a known good http client like `curl` (if it exists):
|
||||
|
@ -6,7 +6,7 @@ import net.http
|
||||
|
||||
const vexe = os.getenv('VEXE')
|
||||
const vroot = os.dir(vexe)
|
||||
const port = 28872
|
||||
const port = 48872
|
||||
const welcome_text = 'Welcome to our simple vweb server'
|
||||
|
||||
// Use a known good http client like `curl` (if it exists):
|
||||
|
Loading…
x
Reference in New Issue
Block a user