Reduce EGLCleanup test iterations

EGLCleanupTest may need additional time, reduce
the iterations of the loop.

Change-Id: Ifabacaba09b3fcdb6a1393d5eee903bdec1ec5e6
diff --git a/tests/tests/nativeopengl/standalone/jni/tests/EGLCleanup_test.cpp b/tests/tests/nativeopengl/standalone/jni/tests/EGLCleanup_test.cpp
index db39798..2daa2fe 100644
--- a/tests/tests/nativeopengl/standalone/jni/tests/EGLCleanup_test.cpp
+++ b/tests/tests/nativeopengl/standalone/jni/tests/EGLCleanup_test.cpp
@@ -109,7 +109,7 @@
     }
 
 private:
-    enum { MAX_ITERATIONS = 1000 };
+    enum { MAX_ITERATIONS = 450 };
 
     EGLDisplay mEglDisplay;
     EGLSurface mEglSurface;