Skip to content

Commit 4ab37da

Browse files
authored
Merge pull request #126 from Unity-Technologies/nofavro-sleep-time
Back to 1000ms sleep time
2 parents e8d22b2 + f85eb4a commit 4ab37da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/UnitTests/ExporterTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public abstract class ExporterTestBase
2121
/// timestamp on an fbx will change.
2222
/// </summary>
2323
public void SleepForFileTimestamp() {
24-
System.Threading.Thread.Sleep(100);
24+
System.Threading.Thread.Sleep(1000);
2525
}
2626

2727
private string _testDirectory;

0 commit comments

Comments
 (0)