summaryrefslogtreecommitdiff
path: root/src/newt/test1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newt/test1.cpp')
-rw-r--r--src/newt/test1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/test1.cpp b/src/newt/test1.cpp
index 592303e..55b043c 100644
--- a/src/newt/test1.cpp
+++ b/src/newt/test1.cpp
@@ -35,7 +35,7 @@ int main( void )
form = newtForm( NULL, NULL, 0 );
- newtFormSetTimer( form, 200 );
+ newtFormSetTimer( form, 500 );
label1 = newtLabel( 2, 1, "First name:" );
const char *str1 = "";