File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
InteropUnityCUDA/Assets/Tests/Runtime Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public void TearDown()
29
29
public IEnumerator TestTextureInteropHandler ( )
30
30
{
31
31
// Wait for a few seconds to allow the simulation to run
32
- float simulationTime = 0.5f ;
32
+ float simulationTime = 1.0f ;
33
33
yield return new WaitForSeconds ( simulationTime ) ;
34
34
35
35
// Now that the simulation has run, run your tests
@@ -43,7 +43,7 @@ public IEnumerator TestTextureInteropHandler()
43
43
public IEnumerator TestTextureArrayInteropHandler ( )
44
44
{
45
45
// Wait for a few seconds to allow the simulation to run
46
- float simulationTime = 0.5f ;
46
+ float simulationTime = 1.0f ;
47
47
yield return new WaitForSeconds ( simulationTime ) ;
48
48
49
49
// Now that the simulation has run, run your tests
@@ -56,7 +56,7 @@ public IEnumerator TestTextureArrayInteropHandler()
56
56
public IEnumerator TestBufferInteropHandler ( )
57
57
{
58
58
// Wait for a few seconds to allow the simulation to run
59
- float simulationTime = 0.5f ;
59
+ float simulationTime = 1.0f ;
60
60
yield return new WaitForSeconds ( simulationTime ) ;
61
61
62
62
// Now that the simulation has run, run your tests
You can’t perform that action at this time.
0 commit comments