diff options
author | Siri Hansen <[email protected]> | 2011-03-04 15:00:32 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-03-04 15:00:32 +0100 |
commit | e98f3bded140a81a47667b37b6d879ee56fa0f8d (patch) | |
tree | e48e741dad34f0aa69969a8abd8ef7b6ca74e537 /lib | |
parent | 5186790d6df4ec0616721f730203e63fc0b627fd (diff) | |
download | otp-e98f3bded140a81a47667b37b6d879ee56fa0f8d.tar.gz otp-e98f3bded140a81a47667b37b6d879ee56fa0f8d.tar.bz2 otp-e98f3bded140a81a47667b37b6d879ee56fa0f8d.zip |
Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test
Diffstat (limited to 'lib')
-rw-r--r-- | lib/observer/test/crashdump_viewer_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer/test/crashdump_viewer_SUITE.erl b/lib/observer/test/crashdump_viewer_SUITE.erl index 8449e8a7c4..fdc4a2f1ff 100644 --- a/lib/observer/test/crashdump_viewer_SUITE.erl +++ b/lib/observer/test/crashdump_viewer_SUITE.erl @@ -669,7 +669,7 @@ rename(From,To) -> end. check_complete(File) -> - check_complete1(File,5). + check_complete1(File,10). check_complete1(_File,0) -> {error,enoent}; |