diff -Naurb a/testcases/open_posix_testsuite/execute.sh b/testcases/open_posix_testsuite/execute.sh
--- a/testcases/open_posix_testsuite/execute.sh	2007-07-26 17:32:11.000000000 +0530
+++ b/testcases/open_posix_testsuite/execute.sh	2009-07-20 17:53:15.000000000 +0530
@@ -163,8 +163,8 @@
 declare -i SEGV=0
 declare -i OTH=0
 
-# Maximum Two minutes waiting time period to execute a test. If it exceeds, the test case will go into the 'HUNG' category.
-TIMEOUT_VAL=120
+# Maximum five minutes waiting time period to execute a test. If it exceeds, the test case will go into the 'HUNG' category.
+TIMEOUT_VAL=300
 
 # if gcc available then remove the below line comment else put the t0 in posixtestsuite directory.
 #gcc -o t0 t0.c
