Initial set of Ward sgen annotations (#5705)
[mono.git] / mono / tests / namedmutex-destroy-race.cs
index 265f146082e99cff0524b0bd1d793ff1f1fbe36f..e34508696b9f9dd45356b934fd3f2c0c0cab793a 100644 (file)
@@ -28,7 +28,7 @@ namespace Crasher
                                                        }
                                                }
                                                Thread.Sleep(rnd.Next(100, 1000));
-                                       } while ((DateTime.Now - start) < TimeSpan.FromSeconds (30));
+                                       } while ((DateTime.Now - start) < TimeSpan.FromSeconds (10));
                                });
                        }