X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Ftest;h=110099637f150475041c51a9ce9350a37f110adc;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hp=c0da7a02393f1e9aa977615caa5cb522a7476d75;hpb=b8aa0577aae67db4da5221459102202febc5c103;p=swftools.git diff --git a/lib/as3/test b/lib/as3/test index c0da7a0..1100996 100755 --- a/lib/as3/test +++ b/lib/as3/test @@ -135,7 +135,7 @@ class Cache: self.runtime = 1 if self.tag: self.all = 1 - self.runtime = 5 # allow more time if we're tagging this state + self.runtime = 3 # allow more time if we're tagging this state if self.valgrind: global CMD,CMD_ARGS @@ -213,7 +213,7 @@ class TestBase: return 1 def run(self): - ret,output = runcmd("flashplayer",["abc.swf"],wait=cache.runtime) + ret,output = runcmd("flashplayer",[os.path.join(os.getcwd(),"abc.swf")],wait=cache.runtime) os.system("killall flashplayer") self.flash_output = output