mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Bump waitForStopped timeout further.
I am hitting the 15-second deadline for llama2-70b @ fp16. It's a beast of a model with ~130GiB of RAM. PiperOrigin-RevId: 620382594
This commit is contained in:
committed by
gVisor bot
parent
5728f719d5
commit
7d68056681
@@ -1462,7 +1462,7 @@ func (s *Sandbox) waitForStopped() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 45*time.Second)
|
||||
defer cancel()
|
||||
b := backoff.WithContext(backoff.NewConstantBackOff(100*time.Millisecond), ctx)
|
||||
op := func() error {
|
||||
|
||||
Reference in New Issue
Block a user