sbsv2/raptor/test/smoke_suite/test_resources/timeout/sleeper.flm
changeset 13 c327db0664bb
equal deleted inserted replaced
12:5e7562f67577 13:c327db0664bb
       
     1 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # sleeper.flm - cause a timeout 
       
    15 
       
    16 # change the timeout to 2 seconds
       
    17 TALON_TIMEOUT:=2000
       
    18 
       
    19 ALL:: dosomethinglong
       
    20 
       
    21 # this recipe takes longer than 2 seconds to run
       
    22 $(call raptor_recipe,sleeper,dosomethinglong,,sleep 4)
       
    23