dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 323990 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r323990 | rmudgett | 2011-06-16 13:12:32 -0500 (Thu, 16 Jun 2011) | 5 lines
  
  The test_event unit test is occasionally failing.
  
  Wait for the special posted event to process before adding a new
  subscription.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@323991 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rmudgett 2011-06-16 18:13:01 +00:00
parent b205ccdbc9
commit f81499e939
1 changed files with 3 additions and 0 deletions

View File

@ -721,6 +721,9 @@ AST_TEST_DEFINE(event_sub_test)
goto return_cleanup;
}
ast_test_status_update(test, "Sleeping a few seconds to allow event propagation...\n");
sleep(3);
/*
* Subscription TEST_SUBS_CUSTOM_ANY:
* - allocate normally