diff options
Diffstat (limited to 'indra/test/sync.h')
-rw-r--r-- | indra/test/sync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/sync.h b/indra/test/sync.h index 0f0b6cece8..ca8b7262d6 100644 --- a/indra/test/sync.h +++ b/indra/test/sync.h @@ -37,7 +37,7 @@ class Sync F32Milliseconds mTimeout; public: - Sync(F32Milliseconds timeout=F32Milliseconds(10.0f)): + Sync(F32Milliseconds timeout=F32Milliseconds(10000.0f)): mTimeout(timeout) {} |