mirror of
https://github.com/livekit/livekit.git
synced 2026-08-27 22:34:25 +00:00
increase timeout for GH CI
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ func Test() error {
|
||||
// run all tests including integration
|
||||
func TestAll() error {
|
||||
mg.Deps(Proto)
|
||||
cmd := exec.Command("go", "test", "./...", "-count=1", "-timeout=1m")
|
||||
cmd := exec.Command("go", "test", "./...", "-count=1", "-timeout=5m")
|
||||
connectStd(cmd)
|
||||
return cmd.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user