Changeset 595191c


Ignore:
Timestamp:
Oct 30, 2009 2:39:04 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
a588632
Parents:
5c8fbb9
Message:

longer timeout

Location:
fedd/federation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/local_emulab_segment.py

    r5c8fbb9 r595191c  
    230230                if not self.cmd_with_timeout(
    231231                        "/usr/testbed/bin/swapexp -w %s %s in" % (pid, eid),
    232                         "swapexp", timeout=10*60):
     232                        "swapexp", timeout=25*60):
    233233                    return False
    234234            except self.cmd_timeout:
  • fedd/federation/proxy_emulab_segment.py

    r5c8fbb9 r595191c  
    277277                if not self.ssh_cmd(user, host,
    278278                        "/usr/testbed/bin/swapexp -w %s %s in" % (pid, eid),
    279                         "swapexp", timeout=10*60):
     279                        "swapexp", timeout=25*60):
    280280                    return False
    281281            except self.ssh_cmd_timeout:
Note: See TracChangeset for help on using the changeset viewer.