Added a sleep workaround for now.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 09:26:41 +11:00
parent 61f3528c80
commit 6b6c7c92ca
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import (
"os/exec"
"path"
"sync"
"time"
"github.com/jacobsa/ogletest"
"golang.org/x/net/context"
@ -151,6 +152,7 @@ func (t *SubprocessTest) initialize() (err error) {
// TODO(jacobsa): Probably need some sort of signalling (on stderr? write to
// a flag-controlled file?) when WaitForReady has returned.
time.Sleep(time.Second)
return
}