mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-29 01:08:01 -05:00
Compare commits
2 Commits
main
...
concurrenc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22cbc13f15 | ||
|
|
520b517bfb |
@@ -132,6 +132,8 @@ func TestPostgres(t *testing.T) {
|
||||
}
|
||||
defer cleanup()
|
||||
|
||||
|
||||
|
||||
waitCtx, cancel := context.WithTimeout(ctx, 10*time.Second)
|
||||
defer cancel()
|
||||
out, err := testutils.WaitForString(waitCtx, regexp.MustCompile(`Server ready to serve`), cmd.Out)
|
||||
|
||||
Reference in New Issue
Block a user