~ubuntu-branches/ubuntu/intrepid/gnunet/intrepid

« back to all changes in this revision

Viewing changes to src/util/os/daemontest.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2008-08-19 19:44:30 UTC
  • mfrom: (1.2.12 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080819194430-x5gjv8wd7t7ldkp0
Tags: 0.8.0a-1ubuntu1
* Merge from debian unstable, remaining changes: (LP: #256576)
  - debian/rules:
   + Make use of code from cdbs' clean-la.mk file to clear the
      dependency_libs field in all .la files in the gnunet-dev 
      package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
      return 1;
53
53
    }
54
54
  if (GNUNET_OK !=
55
 
      GNUNET_wait_for_daemon_running (ectx, cfg, 30 * GNUNET_CRON_SECONDS))
 
55
      GNUNET_wait_for_daemon_running (ectx, cfg, 90 * GNUNET_CRON_SECONDS))
56
56
    {
57
 
      fprintf (stderr, "Failed to confirm daemon running (after 30s).\n");
 
57
      fprintf (stderr, "Failed to confirm daemon running (after 90s).\n");
58
58
      /* try killing anyway, just to be sure */
59
59
      GNUNET_daemon_stop (ectx, daemon);
60
60
      GNUNET_GC_free (cfg);
74
74
  return 0;
75
75
}
76
76
 
77
 
/* end of deamontest.c */
 
77
/* end of daemontest.c */